#B1F8BE

Color #B1F8BE Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B1F8BE

Tints of Fringy Flower #B1F8BE

Color information

#B1F8BE (or 0xB1F8BE) is unknown color: approx Fringy Flower. HEX triplet: B1, F8 and BE. RGB value is (177,248,190). Sum of RGB (Red+Green+Blue) = 177+248+190=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 248 (97.27% from 255 or 40.33% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F8BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F8BE is #4E0741. Grayscale: #DCDCDC. Windows color (decimal): -5113666 or 12515505. OLE color: 12515505.

HSL color Cylindrical-coordinate representation of color #B1F8BE: hue angle of 130.99º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1F8BE is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB177248190-
CMYK0.2900.230.03
HSL130.99º83.53%83.33%-
HSV(B)130.99º28.63%97.25%-
XYZ60.9980.260.98-
YUV220.16110.9897.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 28.78%
GREEN value IS 248 (97.27% from 255) = 40.33%
BLUE value IS 190 (74.61% from 255) = 30.89%
R=28.78%
G=40.33%
B=30.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1772481900.2900.230.03130.9983.5383.33
HexB1F8BE1D0173835453
Octal261370276350273203124123
Binary10110001111110001011111011101010111111000001110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F8BE; }

 p { color: rgb(177,248,190); }

 H1.HeaderClassName
 {
   color: #B1F8BE;
 }
 .AnyTagClassName
 {
   color: #B1F8BE;
 }
</style>
background-color css

<style>
 a { background-color: #B1F8BE; }

 a { background-color: rgb(177,248,190); }

 div.DivClassName
 {
   background-color: #B1F8BE;
 }
 .BgClassName
 {
   background-color: #B1F8BE;
 }
</style>
border-color css

<style>
 span { border-color: #B1F8BE; }

 span { border-color: rgb(177,248,190); }

 td.TdClassName
 {
   border-color: #B1F8BE;
 }
 .TagClassName
 {
   border-color: #B1F8BE;
 }
</style>