#BDE1DA

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

Shades of Cruise #BDE1DA

Tints of Cruise #BDE1DA

Color information

#BDE1DA (or 0xBDE1DA) is unknown color: approx Cruise. HEX triplet: BD, E1 and DA. RGB value is (189,225,218). Sum of RGB (Red+Green+Blue) = 189+225+218=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1DA is #421E25. Grayscale: #D5D5D5. Windows color (decimal): -4333094 or 14344637. OLE color: 14344637.

HSL color Cylindrical-coordinate representation of color #BDE1DA: hue angle of 168.33º degrees, saturation: 0.38, 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 #BDE1DA is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB189225218-
CMYK0.1600.030.12
HSL168.33º37.5%81.18%-
HSV(B)168.33º16%88.24%-
XYZ60.5769.7376.6-
YUV213.44130.57110.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.91%
GREEN value IS 225 (88.28% from 255) = 35.60%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=29.91%
G=35.60%
B=34.49%

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
Decimal1892252180.1600.030.12168.3337.581.18
HexBDE1DA1003Ca82651
Octal27534133220031425046121
Binary101111011110000111011010100000111100101010001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1DA; }

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

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

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

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

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

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

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

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