#BDDCD8

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

Shades of Cruise #BDDCD8

Tints of Cruise #BDDCD8

Color information

#BDDCD8 (or 0xBDDCD8) is unknown color: approx Cruise. HEX triplet: BD, DC and D8. RGB value is (189,220,216). Sum of RGB (Red+Green+Blue) = 189+220+216=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCD8 is #422327. Grayscale: #D2D2D2. Windows color (decimal): -4334376 or 14212285. OLE color: 14212285.

HSL color Cylindrical-coordinate representation of color #BDDCD8: hue angle of 172.26º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDCD8 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB189220216-
CMYK0.1400.020.14
HSL172.26º30.69%80.2%-
HSV(B)172.26º14.09%86.27%-
XYZ58.9766.9674.78-
YUV210.27131.23112.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 216 (84.77% from 255) = 34.56%
R=30.24%
G=35.2%
B=34.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892202160.1400.020.14172.2630.6980.2
HexBDDCD8E02Eac1f50
Octal27533433016021625437120
Binary1011110111011100110110001110010111010101100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCD8; }

 p { color: rgb(189,220,216); }

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

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

 a { background-color: rgb(189,220,216); }

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

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

 span { border-color: rgb(189,220,216); }

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