#BDE0DA

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

Shades of Cruise #BDE0DA

Tints of Cruise #BDE0DA

Color information

#BDE0DA (or 0xBDE0DA) is unknown color: approx Cruise. HEX triplet: BD, E0 and DA. RGB value is (189,224,218). Sum of RGB (Red+Green+Blue) = 189+224+218=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0DA is #421F25. Grayscale: #D4D4D4. Windows color (decimal): -4333350 or 14344381. OLE color: 14344381.

HSL color Cylindrical-coordinate representation of color #BDE0DA: hue angle of 169.71º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE0DA is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB189224218-
CMYK0.1600.030.12
HSL169.71º36.08%80.98%-
HSV(B)169.71º15.62%87.84%-
XYZ60.369.1976.51-
YUV212.85130.9110.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.95%
GREEN value IS 224 (87.89% from 255) = 35.50%
BLUE value IS 218 (85.55% from 255) = 34.55%
R=29.95%
G=35.50%
B=34.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892242180.1600.030.12169.7136.0880.98
HexBDE0DA1003Caa2451
Octal27534033220031425244121
Binary101111011110000011011010100000111100101010101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0DA; }

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

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

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

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

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

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

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

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