#B9FCB7

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

Shades of Celadon #B9FCB7

Tints of Celadon #B9FCB7

Color information

#B9FCB7 (or 0xB9FCB7) is unknown color: approx Celadon. HEX triplet: B9, FC and B7. RGB value is (185,252,183). Sum of RGB (Red+Green+Blue) = 185+252+183=620 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.84% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 183 (71.88% from 255 or 29.52% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FCB7 is #460348. Grayscale: #E0E0E0. Windows color (decimal): -4588361 or 12057785. OLE color: 12057785.

HSL color Cylindrical-coordinate representation of color #B9FCB7: hue angle of 118.26º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FCB7 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB185252183-
CMYK0.2700.270.01
HSL118.26º92%85.29%-
HSV(B)118.26º27.38%98.82%-
XYZ63.3783.3557.55-
YUV224.1104.8100.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.84%
GREEN value IS 252 (98.83% from 255) = 40.65%
BLUE value IS 183 (71.88% from 255) = 29.52%
R=29.84%
G=40.65%
B=29.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852521830.2700.270.01118.269285.29
HexB9FCB71B01B1765c55
Octal271374267330331166134125
Binary101110011111110010110111110110110111111011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FCB7; }

 p { color: rgb(185,252,183); }

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

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

 a { background-color: rgb(185,252,183); }

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

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

 span { border-color: rgb(185,252,183); }

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