#BDDFD9

Color #BDDFD9 Cruise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cruise #BDDFD9

Tints of Cruise #BDDFD9

Color information

#BDDFD9 (or 0xBDDFD9) is unknown color: approx Cruise. HEX triplet: BD, DF and D9. RGB value is (189,223,217). Sum of RGB (Red+Green+Blue) = 189+223+217=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFD9 is #422026. Grayscale: #D4D4D4. Windows color (decimal): -4333607 or 14278589. OLE color: 14278589.

HSL color Cylindrical-coordinate representation of color #BDDFD9: hue angle of 169.41º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDFD9 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB189223217-
CMYK0.1500.030.13
HSL169.41º34.69%80.78%-
HSV(B)169.41º15.25%87.45%-
XYZ59.968.675.73-
YUV212.15130.74111.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 30.05%
GREEN value IS 223 (87.5% from 255) = 35.45%
BLUE value IS 217 (85.16% from 255) = 34.50%
R=30.05%
G=35.45%
B=34.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892232170.1500.030.13169.4134.6980.78
HexBDDFD9F03Da92351
Octal27533733117031525143121
Binary10111101110111111101100111110111101101010011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFD9; }

 p { color: rgb(189,223,217); }

 H1.HeaderClassName
 {
   color: #BDDFD9;
 }
 .AnyTagClassName
 {
   color: #BDDFD9;
 }
</style>
background-color css

<style>
 a { background-color: #BDDFD9; }

 a { background-color: rgb(189,223,217); }

 div.DivClassName
 {
   background-color: #BDDFD9;
 }
 .BgClassName
 {
   background-color: #BDDFD9;
 }
</style>
border-color css

<style>
 span { border-color: #BDDFD9; }

 span { border-color: rgb(189,223,217); }

 td.TdClassName
 {
   border-color: #BDDFD9;
 }
 .TagClassName
 {
   border-color: #BDDFD9;
 }
</style>