Shades of Cruise #BFDBD4
Tints of Cruise #BFDBD4
RGB
CMYK
RGB Variations
Color information
#BFDBD4 (or 0xBFDBD4) is known color: Cruise. HEX triplet: BF, DB and D4. RGB value is (191,219,212). Sum of RGB (Red+Green+Blue) = 191+219+212=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDBD4 is #40242B. Grayscale: #D1D1D1. Windows color (decimal): -4203564 or 13949887. OLE color: 13949887.
HSL color Cylindrical-coordinate representation of color #BFDBD4: hue angle of 165º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFDBD4 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 191 | 219 | 212 | - |
CMYK | 0.13 | 0 | 0.03 | 0.14 |
HSL | 165º | 0.28% | 0.8% | - |
HSV(B) | 165º | 0.13% | 0.86% | - |
XYZ | 58.7 | 66.49 | 72.03 | - |
YUV | 209.83 | 129.22 | 114.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 219 | 212 | 0.13 | 0 | 0.03 | 0.14 | 165 | 0.28 | 0.8 |
Hex | BF | DB | D4 | D | 0 | 3 | E | A5 | 1C | 50 |
Octal | 277 | 333 | 324 | 15 | 0 | 3 | 16 | 245 | 34 | 120 |
Binary | 10111111 | 11011011 | 11010100 | 1101 | 0 | 11 | 1110 | 10100101 | 11100 | 1010000 |
Color Harmonies of #BFDBD4
Complementary color
Monochromatic Colors of #BFDBD4
Black with #BFDBD4
Text Example
Text Example
White with #BFDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBD4; }
p { color: rgb(191,219,212); }
H1.HeaderClassName
{
color: #BFDBD4;
}
.AnyTagClassName
{
color: #BFDBD4;
}
</style>
background-color css
<style>
a { background-color: #BFDBD4; }
a { background-color: rgb(191,219,212); }
div.DivClassName
{
background-color: #BFDBD4;
}
.BgClassName
{
background-color: #BFDBD4;
}
</style>
border-color css
<style>
span { border-color: #BFDBD4; }
span { border-color: rgb(191,219,212); }
td.TdClassName
{
border-color: #BFDBD4;
}
.TagClassName
{
border-color: #BFDBD4;
}
</style>