#B9F2C2

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

Shades of Fringy Flower #B9F2C2

Tints of Fringy Flower #B9F2C2

Color information

#B9F2C2 (or 0xB9F2C2) is unknown color: approx Fringy Flower. HEX triplet: B9, F2 and C2. RGB value is (185,242,194). Sum of RGB (Red+Green+Blue) = 185+242+194=621 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.79% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F2C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F2C2 is #460D3D. Grayscale: #DBDBDB. Windows color (decimal): -4590910 or 12776121. OLE color: 12776121.

HSL color Cylindrical-coordinate representation of color #B9F2C2: hue angle of 129.47º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F2C2 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB185242194-
CMYK0.2400.200.05
HSL129.47º68.67%83.73%-
HSV(B)129.47º23.55%94.9%-
XYZ61.577.7162.8-
YUV219.48113.62103.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.79%
GREEN value IS 242 (94.92% from 255) = 38.97%
BLUE value IS 194 (76.17% from 255) = 31.24%
R=29.79%
G=38.97%
B=31.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852421940.2400.200.05129.4768.6783.73
HexB9F2C2180145814554
Octal271362302300245201105124
Binary101110011111001011000010110000101001011000000110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F2C2; }

 p { color: rgb(185,242,194); }

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

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

 a { background-color: rgb(185,242,194); }

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

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

 span { border-color: rgb(185,242,194); }

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