#BDE4D9

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

Shades of Cruise #BDE4D9

Tints of Cruise #BDE4D9

Color information

#BDE4D9 (or 0xBDE4D9) is unknown color: approx Cruise. HEX triplet: BD, E4 and D9. RGB value is (189,228,217). Sum of RGB (Red+Green+Blue) = 189+228+217=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 228 (89.45% from 255 or 35.96% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4D9 is #421B26. Grayscale: #D7D7D7. Windows color (decimal): -4332327 or 14279869. OLE color: 14279869.

HSL color Cylindrical-coordinate representation of color #BDE4D9: hue angle of 163.08º 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 #BDE4D9 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB189228217-
CMYK0.1700.050.11
HSL163.08º41.94%81.76%-
HSV(B)163.08º17.11%89.41%-
XYZ61.2571.3276.18-
YUV215.08129.08109.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.81%
GREEN value IS 228 (89.45% from 255) = 35.96%
BLUE value IS 217 (85.16% from 255) = 34.23%
R=29.81%
G=35.96%
B=34.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892282170.1700.050.11163.0841.9481.76
HexBDE4D91105Ba32a52
Octal27534433121051324352122
Binary1011110111100100110110011000101011011101000111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE4D9; }

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

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

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

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

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

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

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

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