#BDDCD4

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

Shades of Cruise #BDDCD4

Tints of Cruise #BDDCD4

Color information

#BDDCD4 (or 0xBDDCD4) is unknown color: approx Cruise. HEX triplet: BD, DC and D4. RGB value is (189,220,212). Sum of RGB (Red+Green+Blue) = 189+220+212=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCD4 is #42232B. Grayscale: #D1D1D1. Windows color (decimal): -4334380 or 13950141. OLE color: 13950141.

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

Color convert

RGB189220212-
CMYK0.1400.040.14
HSL164.52º30.69%80.2%-
HSV(B)164.52º14.09%86.27%-
XYZ58.4666.7672.09-
YUV209.82129.23113.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 212 (83.20% from 255) = 34.14%
R=30.43%
G=35.43%
B=34.14%

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
Decimal1892202120.1400.040.14164.5230.6980.2
HexBDDCD4E04Ea51f50
Octal27533432416041624537120
Binary10111101110111001101010011100100111010100101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCD4; }

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

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

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

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

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

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

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

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