Shades of Iceberg #BFDFD4
Tints of Iceberg #BFDFD4
RGB
CMYK
RGB Variations
Color information
#BFDFD4 (or 0xBFDFD4) is known color: Iceberg. HEX triplet: BF, DF and D4. RGB value is (191,223,212). Sum of RGB (Red+Green+Blue) = 191+223+212=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFD4 is #40202B. Grayscale: #D4D4D4. Windows color (decimal): -4202540 or 13950911. OLE color: 13950911.
HSL color Cylindrical-coordinate representation of color #BFDFD4: hue angle of 159.38º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDFD4 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 191 | 223 | 212 | - |
CMYK | 0.14 | 0 | 0.05 | 0.13 |
HSL | 159.38º | 0.33% | 0.81% | - |
HSV(B) | 159.38º | 0.14% | 0.87% | - |
XYZ | 59.76 | 68.61 | 72.38 | - |
YUV | 212.18 | 127.9 | 112.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 223 | 212 | 0.14 | 0 | 0.05 | 0.13 | 159.38 | 0.33 | 0.81 |
Hex | BF | DF | D4 | E | 0 | 5 | D | 9F | 21 | 51 |
Octal | 277 | 337 | 324 | 16 | 0 | 5 | 15 | 237 | 41 | 121 |
Binary | 10111111 | 11011111 | 11010100 | 1110 | 0 | 101 | 1101 | 10011111 | 100001 | 1010001 |
Color Harmonies of #BFDFD4
Complementary color
Monochromatic Colors of #BFDFD4
Black with #BFDFD4
Text Example
Text Example
White with #BFDFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFD4; }
p { color: rgb(191,223,212); }
H1.HeaderClassName
{
color: #BFDFD4;
}
.AnyTagClassName
{
color: #BFDFD4;
}
</style>
background-color css
<style>
a { background-color: #BFDFD4; }
a { background-color: rgb(191,223,212); }
div.DivClassName
{
background-color: #BFDFD4;
}
.BgClassName
{
background-color: #BFDFD4;
}
</style>
border-color css
<style>
span { border-color: #BFDFD4; }
span { border-color: rgb(191,223,212); }
td.TdClassName
{
border-color: #BFDFD4;
}
.TagClassName
{
border-color: #BFDFD4;
}
</style>