#BDE4DA

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

Shades of Cruise #BDE4DA

Tints of Cruise #BDE4DA

Color information

#BDE4DA (or 0xBDE4DA) is unknown color: approx Cruise. HEX triplet: BD, E4 and DA. RGB value is (189,228,218). Sum of RGB (Red+Green+Blue) = 189+228+218=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4DA is #421B25. Grayscale: #D7D7D7. Windows color (decimal): -4332326 or 14345405. OLE color: 14345405.

HSL color Cylindrical-coordinate representation of color #BDE4DA: hue angle of 164.62º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE4DA is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB189228218-
CMYK0.1700.040.11
HSL164.62º41.94%81.76%-
HSV(B)164.62º17.11%89.41%-
XYZ61.3871.3776.87-
YUV215.2129.58109.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.76%
GREEN value IS 228 (89.45% from 255) = 35.91%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=29.76%
G=35.91%
B=34.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892282180.1700.040.11164.6241.9481.76
HexBDE4DA1104Ba52a52
Octal27534433221041324552122
Binary1011110111100100110110101000101001011101001011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE4DA; }

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

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

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

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

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

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

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

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