Shades of Celadon #B9F7B5
Tints of Celadon #B9F7B5
RGB
CMYK
RGB Variations
Color information
#B9F7B5 (or 0xB9F7B5) is known color: Celadon. HEX triplet: B9, F7 and B5. RGB value is (185,247,181). Sum of RGB (Red+Green+Blue) = 185+247+181=613 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.18% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 247 - color contains mainly: green. Hex color #B9F7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F7B5 is #46084A. Grayscale: #DDDDDD. Windows color (decimal): -4589643 or 11925433. OLE color: 11925433.
HSL color Cylindrical-coordinate representation of color #B9F7B5: hue angle of 116.36º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9F7B5 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
RGB | 185 | 247 | 181 | - |
CMYK | 0.25 | 0 | 0.27 | 0.03 |
HSL | 116.36º | 0.8% | 0.84% | - |
HSV(B) | 116.36º | 0.27% | 0.97% | - |
XYZ | 61.61 | 80.17 | 55.94 | - |
YUV | 220.94 | 105.46 | 102.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 247 | 181 | 0.25 | 0 | 0.27 | 0.03 | 116.36 | 0.8 | 0.84 |
Hex | B9 | F7 | B5 | 19 | 0 | 1B | 3 | 74 | 50 | 54 |
Octal | 271 | 367 | 265 | 31 | 0 | 33 | 3 | 164 | 120 | 124 |
Binary | 10111001 | 11110111 | 10110101 | 11001 | 0 | 11011 | 11 | 1110100 | 1010000 | 1010100 |
Color Harmonies of #B9F7B5
Complementary color
Monochromatic Colors of #B9F7B5
Black with #B9F7B5
Text Example
Text Example
White with #B9F7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F7B5; }
p { color: rgb(185,247,181); }
H1.HeaderClassName
{
color: #B9F7B5;
}
.AnyTagClassName
{
color: #B9F7B5;
}
</style>
background-color css
<style>
a { background-color: #B9F7B5; }
a { background-color: rgb(185,247,181); }
div.DivClassName
{
background-color: #B9F7B5;
}
.BgClassName
{
background-color: #B9F7B5;
}
</style>
border-color css
<style>
span { border-color: #B9F7B5; }
span { border-color: rgb(185,247,181); }
td.TdClassName
{
border-color: #B9F7B5;
}
.TagClassName
{
border-color: #B9F7B5;
}
</style>