#BDDCD7

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

Shades of Cruise #BDDCD7

Tints of Cruise #BDDCD7

Color information

#BDDCD7 (or 0xBDDCD7) is unknown color: approx Cruise. HEX triplet: BD, DC and D7. RGB value is (189,220,215). Sum of RGB (Red+Green+Blue) = 189+220+215=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCD7 is #422328. Grayscale: #D2D2D2. Windows color (decimal): -4334377 or 14146749. OLE color: 14146749.

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

Color convert

RGB189220215-
CMYK0.1400.020.14
HSL170.32º30.69%80.2%-
HSV(B)170.32º14.09%86.27%-
XYZ58.8566.9174.1-
YUV210.16130.73112.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.29%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 215 (84.38% from 255) = 34.46%
R=30.29%
G=35.26%
B=34.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892202150.1400.020.14170.3230.6980.2
HexBDDCD7E02Eaa1f50
Octal27533432716021625237120
Binary1011110111011100110101111110010111010101010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCD7; }

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

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

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

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

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

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

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

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