#BDDCD5

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

Shades of Cruise #BDDCD5

Tints of Cruise #BDDCD5

Color information

#BDDCD5 (or 0xBDDCD5) is unknown color: approx Cruise. HEX triplet: BD, DC and D5. RGB value is (189,220,213). Sum of RGB (Red+Green+Blue) = 189+220+213=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCD5 is #42232A. Grayscale: #D1D1D1. Windows color (decimal): -4334379 or 14015677. OLE color: 14015677.

HSL color Cylindrical-coordinate representation of color #BDDCD5: hue angle of 166.45º 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 #BDDCD5 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB189220213-
CMYK0.1400.030.14
HSL166.45º30.69%80.2%-
HSV(B)166.45º14.09%86.27%-
XYZ58.5966.8172.76-
YUV209.93129.73113.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 220 (86.33% from 255) = 35.37%
BLUE value IS 213 (83.59% from 255) = 34.24%
R=30.39%
G=35.37%
B=34.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892202130.1400.030.14166.4530.6980.2
HexBDDCD5E03Ea61f50
Octal27533432516031624637120
Binary1011110111011100110101011110011111010100110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCD5; }

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

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

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

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

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

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

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

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