#B0F3C3

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

Shades of Fringy Flower #B0F3C3

Tints of Fringy Flower #B0F3C3

Color information

#B0F3C3 (or 0xB0F3C3) is unknown color: approx Fringy Flower. HEX triplet: B0, F3 and C3. RGB value is (176,243,195). Sum of RGB (Red+Green+Blue) = 176+243+195=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F3C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F3C3 is #4F0C3C. Grayscale: #D9D9D9. Windows color (decimal): -5180477 or 12841904. OLE color: 12841904.

HSL color Cylindrical-coordinate representation of color #B0F3C3: hue angle of 137.01º 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 #B0F3C3 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB176243195-
CMYK0.2800.200.05
HSL137.01º73.63%82.16%-
HSV(B)137.01º27.57%95.29%-
XYZ59.8177.2763.39-
YUV217.49115.398.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.66%
GREEN value IS 243 (95.31% from 255) = 39.58%
BLUE value IS 195 (76.56% from 255) = 31.76%
R=28.66%
G=39.58%
B=31.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762431950.2800.200.05137.0173.6382.16
HexB0F3C31C0145894a52
Octal260363303340245211112122
Binary101100001111001111000011111000101001011000100110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F3C3; }

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

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

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

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

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

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

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

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