Shades of Celadon #B8F4B5
Tints of Celadon #B8F4B5
RGB
CMYK
RGB Variations
Color information
#B8F4B5 (or 0xB8F4B5) is known color: Celadon. HEX triplet: B8, F4 and B5. RGB value is (184,244,181). Sum of RGB (Red+Green+Blue) = 184+244+181=609 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.21% from 609); Green value is 244 (95.70% from 255 or 40.07% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 244 - color contains mainly: green. Hex color #B8F4B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F4B5 is #470B4A. Grayscale: #DBDBDB. Windows color (decimal): -4655947 or 11924664. OLE color: 11924664.
HSL color Cylindrical-coordinate representation of color #B8F4B5: hue angle of 117.14º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8F4B5 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
RGB | 184 | 244 | 181 | - |
CMYK | 0.25 | 0 | 0.26 | 0.04 |
HSL | 117.14º | 0.74% | 0.83% | - |
HSV(B) | 117.14º | 0.26% | 0.96% | - |
XYZ | 60.46 | 78.23 | 55.63 | - |
YUV | 218.88 | 106.62 | 103.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 244 | 181 | 0.25 | 0 | 0.26 | 0.04 | 117.14 | 0.74 | 0.83 |
Hex | B8 | F4 | B5 | 19 | 0 | 1A | 4 | 75 | 4A | 53 |
Octal | 270 | 364 | 265 | 31 | 0 | 32 | 4 | 165 | 112 | 123 |
Binary | 10111000 | 11110100 | 10110101 | 11001 | 0 | 11010 | 100 | 1110101 | 1001010 | 1010011 |
Color Harmonies of #B8F4B5
Complementary color
Monochromatic Colors of #B8F4B5
Black with #B8F4B5
Text Example
Text Example
White with #B8F4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F4B5; }
p { color: rgb(184,244,181); }
H1.HeaderClassName
{
color: #B8F4B5;
}
.AnyTagClassName
{
color: #B8F4B5;
}
</style>
background-color css
<style>
a { background-color: #B8F4B5; }
a { background-color: rgb(184,244,181); }
div.DivClassName
{
background-color: #B8F4B5;
}
.BgClassName
{
background-color: #B8F4B5;
}
</style>
border-color css
<style>
span { border-color: #B8F4B5; }
span { border-color: rgb(184,244,181); }
td.TdClassName
{
border-color: #B8F4B5;
}
.TagClassName
{
border-color: #B8F4B5;
}
</style>