#BDDCD3

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

Shades of Cruise #BDDCD3

Tints of Cruise #BDDCD3

Color information

#BDDCD3 (or 0xBDDCD3) is unknown color: approx Cruise. HEX triplet: BD, DC and D3. RGB value is (189,220,211). Sum of RGB (Red+Green+Blue) = 189+220+211=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCD3 is #42232C. Grayscale: #D1D1D1. Windows color (decimal): -4334381 or 13884605. OLE color: 13884605.

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

Color convert

RGB189220211-
CMYK0.1400.040.14
HSL162.58º30.69%80.2%-
HSV(B)162.58º14.09%86.27%-
XYZ58.3466.7171.43-
YUV209.7128.73113.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 220 (86.33% from 255) = 35.48%
BLUE value IS 211 (82.81% from 255) = 34.03%
R=30.48%
G=35.48%
B=34.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892202110.1400.040.14162.5830.6980.2
HexBDDCD3E04Ea31f50
Octal27533432316041624337120
Binary10111101110111001101001111100100111010100011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCD3; }

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

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

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

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

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

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

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

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