#BDDBD5

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

Shades of Cruise #BDDBD5

Tints of Cruise #BDDBD5

Color information

#BDDBD5 (or 0xBDDBD5) is unknown color: approx Cruise. HEX triplet: BD, DB and D5. RGB value is (189,219,213). Sum of RGB (Red+Green+Blue) = 189+219+213=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBD5 is #42242A. Grayscale: #D1D1D1. Windows color (decimal): -4334635 or 14015421. OLE color: 14015421.

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

Color convert

RGB189219213-
CMYK0.1400.030.14
HSL168º29.41%80%-
HSV(B)168º13.7%85.88%-
XYZ58.3366.2972.67-
YUV209.35130.06113.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 219 (85.94% from 255) = 35.27%
BLUE value IS 213 (83.59% from 255) = 34.30%
R=30.43%
G=35.27%
B=34.30%

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
Decimal1892192130.1400.030.1416829.4180
HexBDDBD5E03Ea81d50
Octal27533332516031625035120
Binary1011110111011011110101011110011111010101000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBD5; }

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

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

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

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

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

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

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

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