#BDDAD4

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

Shades of Cruise #BDDAD4

Tints of Cruise #BDDAD4

Color information

#BDDAD4 (or 0xBDDAD4) is unknown color: approx Cruise. HEX triplet: BD, DA and D4. RGB value is (189,218,212). Sum of RGB (Red+Green+Blue) = 189+218+212=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAD4 is #42252B. Grayscale: #D0D0D0. Windows color (decimal): -4334892 or 13949629. OLE color: 13949629.

HSL color Cylindrical-coordinate representation of color #BDDAD4: hue angle of 167.59º 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 #BDDAD4 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB189218212-
CMYK0.1300.030.15
HSL167.59º28.16%79.8%-
HSV(B)167.59º13.3%85.49%-
XYZ57.9465.7271.92-
YUV208.64129.89113.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 212 (83.20% from 255) = 34.25%
R=30.53%
G=35.22%
B=34.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892182120.1300.030.15167.5928.1679.8
HexBDDAD4D03Fa81c50
Octal27533232415031725034120
Binary1011110111011010110101001101011111110101000111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAD4; }

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

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

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

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

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

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

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

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