#BDDCD2

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

Shades of Cruise #BDDCD2

Tints of Cruise #BDDCD2

Color information

#BDDCD2 (or 0xBDDCD2) is unknown color: approx Cruise. HEX triplet: BD, DC and D2. RGB value is (189,220,210). Sum of RGB (Red+Green+Blue) = 189+220+210=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCD2 is #42232D. Grayscale: #D1D1D1. Windows color (decimal): -4334382 or 13819069. OLE color: 13819069.

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

Color convert

RGB189220210-
CMYK0.1400.050.14
HSL160.65º30.69%80.2%-
HSV(B)160.65º14.09%86.27%-
XYZ58.2166.6670.77-
YUV209.59128.23113.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 210 (82.42% from 255) = 33.93%
R=30.53%
G=35.54%
B=33.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892202100.1400.050.14160.6530.6980.2
HexBDDCD2E05Ea11f50
Octal27533432216051624137120
Binary10111101110111001101001011100101111010100001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCD2; }

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

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

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

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

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

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

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

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