#BDDDD8

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

Shades of Cruise #BDDDD8

Tints of Cruise #BDDDD8

Color information

#BDDDD8 (or 0xBDDDD8) is unknown color: approx Cruise. HEX triplet: BD, DD and D8. RGB value is (189,221,216). Sum of RGB (Red+Green+Blue) = 189+221+216=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDD8 is #422227. Grayscale: #D2D2D2. Windows color (decimal): -4334120 or 14212541. OLE color: 14212541.

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

Color convert

RGB189221216-
CMYK0.1400.020.13
HSL170.62º32%80.39%-
HSV(B)170.62º14.48%86.67%-
XYZ59.2467.4974.87-
YUV210.86130.9112.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 216 (84.77% from 255) = 34.50%
R=30.19%
G=35.30%
B=34.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892212160.1400.020.13170.623280.39
HexBDDDD8E02Dab2050
Octal27533533016021525340120
Binary10111101110111011101100011100101101101010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDD8; }

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

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

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

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

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

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

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

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