#BDE1D7

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

Shades of Cruise #BDE1D7

Tints of Cruise #BDE1D7

Color information

#BDE1D7 (or 0xBDE1D7) is unknown color: approx Cruise. HEX triplet: BD, E1 and D7. RGB value is (189,225,215). Sum of RGB (Red+Green+Blue) = 189+225+215=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1D7 is #421E28. Grayscale: #D5D5D5. Windows color (decimal): -4333097 or 14148029. OLE color: 14148029.

HSL color Cylindrical-coordinate representation of color #BDE1D7: hue angle of 163.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 #BDE1D7 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB189225215-
CMYK0.1600.040.12
HSL163.33º37.5%81.18%-
HSV(B)163.33º16%88.24%-
XYZ60.1869.5874.55-
YUV213.1129.07110.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.05%
GREEN value IS 225 (88.28% from 255) = 35.77%
BLUE value IS 215 (84.38% from 255) = 34.18%
R=30.05%
G=35.77%
B=34.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892252150.1600.040.12163.3337.581.18
HexBDE1D71004Ca32651
Octal27534132720041424346121
Binary1011110111100001110101111000001001100101000111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1D7; }

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

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

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

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

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

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

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

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