#B0F3BB

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

Shades of Fringy Flower #B0F3BB

Tints of Fringy Flower #B0F3BB

Color information

#B0F3BB (or 0xB0F3BB) is unknown color: approx Fringy Flower. HEX triplet: B0, F3 and BB. RGB value is (176,243,187). Sum of RGB (Red+Green+Blue) = 176+243+187=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 243 (95.31% from 255 or 40.10% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F3BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F3BB is #4F0C44. Grayscale: #D8D8D8. Windows color (decimal): -5180485 or 12317616. OLE color: 12317616.

HSL color Cylindrical-coordinate representation of color #B0F3BB: hue angle of 129.85º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F3BB is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB176243187-
CMYK0.2800.230.05
HSL129.85º73.63%82.16%-
HSV(B)129.85º27.57%95.29%-
XYZ58.9276.9258.75-
YUV216.58111.399.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.04%
GREEN value IS 243 (95.31% from 255) = 40.10%
BLUE value IS 187 (73.44% from 255) = 30.86%
R=29.04%
G=40.10%
B=30.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762431870.2800.230.05129.8573.6382.16
HexB0F3BB1C0175824a52
Octal260363273340275202112122
Binary101100001111001110111011111000101111011000001010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F3BB; }

 p { color: rgb(176,243,187); }

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

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

 a { background-color: rgb(176,243,187); }

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

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

 span { border-color: rgb(176,243,187); }

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