#B0E0BF

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

Shades of Fringy Flower #B0E0BF

Tints of Fringy Flower #B0E0BF

Color information

#B0E0BF (or 0xB0E0BF) is unknown color: approx Fringy Flower. HEX triplet: B0, E0 and BF. RGB value is (176,224,191). Sum of RGB (Red+Green+Blue) = 176+224+191=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E0BF is #4F1F40. Grayscale: #CDCDCD. Windows color (decimal): -5185345 or 12574896. OLE color: 12574896.

HSL color Cylindrical-coordinate representation of color #B0E0BF: hue angle of 138.75º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0E0BF is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB176224191-
CMYK0.2100.150.12
HSL138.75º43.64%78.43%-
HSV(B)138.75º21.43%87.84%-
XYZ53.9666.359.24-
YUV205.89119.6106.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.78%
GREEN value IS 224 (87.89% from 255) = 37.90%
BLUE value IS 191 (75% from 255) = 32.32%
R=29.78%
G=37.90%
B=32.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762241910.2100.150.12138.7543.6478.43
HexB0E0BF150FC8b2c4e
Octal260340277250171421354116
Binary10110000111000001011111110101011111100100010111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E0BF; }

 p { color: rgb(176,224,191); }

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

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

 a { background-color: rgb(176,224,191); }

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

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

 span { border-color: rgb(176,224,191); }

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