#BDDAD2

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

Shades of Cruise #BDDAD2

Tints of Cruise #BDDAD2

Color information

#BDDAD2 (or 0xBDDAD2) is unknown color: approx Cruise. HEX triplet: BD, DA and D2. RGB value is (189,218,210). Sum of RGB (Red+Green+Blue) = 189+218+210=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAD2 is #42252D. Grayscale: #D0D0D0. Windows color (decimal): -4334894 or 13818557. OLE color: 13818557.

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

Color convert

RGB189218210-
CMYK0.1300.040.15
HSL163.45º28.16%79.8%-
HSV(B)163.45º13.3%85.49%-
XYZ57.6965.6170.6-
YUV208.42128.89114.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.63%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 210 (82.42% from 255) = 34.04%
R=30.63%
G=35.33%
B=34.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892182100.1300.040.15163.4528.1679.8
HexBDDAD2D04Fa31c50
Octal27533232215041724334120
Binary10111101110110101101001011010100111110100011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAD2; }

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

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

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

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

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

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

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

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