#BDDAD5

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

Shades of Cruise #BDDAD5

Tints of Cruise #BDDAD5

Color information

#BDDAD5 (or 0xBDDAD5) is unknown color: approx Cruise. HEX triplet: BD, DA and D5. RGB value is (189,218,213). Sum of RGB (Red+Green+Blue) = 189+218+213=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAD5 is #42252A. Grayscale: #D0D0D0. Windows color (decimal): -4334891 or 14015165. OLE color: 14015165.

HSL color Cylindrical-coordinate representation of color #BDDAD5: hue angle of 169.66º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDDAD5 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB189218213-
CMYK0.1300.020.15
HSL169.66º28.16%79.8%-
HSV(B)169.66º13.3%85.49%-
XYZ58.0765.7772.58-
YUV208.76130.39113.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 218 (85.55% from 255) = 35.16%
BLUE value IS 213 (83.59% from 255) = 34.35%
R=30.48%
G=35.16%
B=34.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892182130.1300.020.15169.6628.1679.8
HexBDDAD5D02Faa1c50
Octal27533232515021725234120
Binary1011110111011010110101011101010111110101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAD5; }

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

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

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

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

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

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

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

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