Shades of Celadon #B9F6B6
Tints of Celadon #B9F6B6
RGB
CMYK
RGB Variations
Color information
#B9F6B6 (or 0xB9F6B6) is known color: Celadon. HEX triplet: B9, F6 and B6. RGB value is (185,246,182). Sum of RGB (Red+Green+Blue) = 185+246+182=613 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.18% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 246 - color contains mainly: green. Hex color #B9F6B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F6B6 is #460949. Grayscale: #DCDCDC. Windows color (decimal): -4589898 or 11990713. OLE color: 11990713.
HSL color Cylindrical-coordinate representation of color #B9F6B6: hue angle of 117.19º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9F6B6 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
RGB | 185 | 246 | 182 | - |
CMYK | 0.25 | 0 | 0.26 | 0.04 |
HSL | 117.19º | 0.78% | 0.84% | - |
HSV(B) | 117.19º | 0.26% | 0.96% | - |
XYZ | 61.41 | 79.6 | 56.38 | - |
YUV | 220.47 | 106.29 | 102.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 246 | 182 | 0.25 | 0 | 0.26 | 0.04 | 117.19 | 0.78 | 0.84 |
Hex | B9 | F6 | B6 | 19 | 0 | 1A | 4 | 75 | 4E | 54 |
Octal | 271 | 366 | 266 | 31 | 0 | 32 | 4 | 165 | 116 | 124 |
Binary | 10111001 | 11110110 | 10110110 | 11001 | 0 | 11010 | 100 | 1110101 | 1001110 | 1010100 |
Color Harmonies of #B9F6B6
Complementary color
Monochromatic Colors of #B9F6B6
Black with #B9F6B6
Text Example
Text Example
White with #B9F6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F6B6; }
p { color: rgb(185,246,182); }
H1.HeaderClassName
{
color: #B9F6B6;
}
.AnyTagClassName
{
color: #B9F6B6;
}
</style>
background-color css
<style>
a { background-color: #B9F6B6; }
a { background-color: rgb(185,246,182); }
div.DivClassName
{
background-color: #B9F6B6;
}
.BgClassName
{
background-color: #B9F6B6;
}
</style>
border-color css
<style>
span { border-color: #B9F6B6; }
span { border-color: rgb(185,246,182); }
td.TdClassName
{
border-color: #B9F6B6;
}
.TagClassName
{
border-color: #B9F6B6;
}
</style>