#B9F3C3

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

Shades of Fringy Flower #B9F3C3

Tints of Fringy Flower #B9F3C3

Color information

#B9F3C3 (or 0xB9F3C3) is unknown color: approx Fringy Flower. HEX triplet: B9, F3 and C3. RGB value is (185,243,195). Sum of RGB (Red+Green+Blue) = 185+243+195=623 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.70% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 243 - color contains mainly: green. Hex color #B9F3C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F3C3 is #460C3C. Grayscale: #DCDCDC. Windows color (decimal): -4590653 or 12841913. OLE color: 12841913.

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

Color convert

RGB185243195-
CMYK0.2400.200.05
HSL130.34º70.73%83.92%-
HSV(B)130.34º23.87%95.29%-
XYZ61.9178.3663.49-
YUV220.19113.78102.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.70%
GREEN value IS 243 (95.31% from 255) = 39.00%
BLUE value IS 195 (76.56% from 255) = 31.30%
R=29.70%
G=39.00%
B=31.30%

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
Decimal1852431950.2400.200.05130.3470.7383.92
HexB9F3C3180145824754
Octal271363303300245202107124
Binary101110011111001111000011110000101001011000001010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F3C3; }

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

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

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

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

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

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

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

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