#BEE1D7

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

Shades of Cruise #BEE1D7

Tints of Cruise #BEE1D7

Color information

#BEE1D7 (or 0xBEE1D7) is unknown color: approx Cruise. HEX triplet: BE, E1 and D7. RGB value is (190,225,215). Sum of RGB (Red+Green+Blue) = 190+225+215=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1D7 is #411E28. Grayscale: #D5D5D5. Windows color (decimal): -4267561 or 14148030. OLE color: 14148030.

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

Color convert

RGB190225215-
CMYK0.1600.040.12
HSL162.86º36.84%81.37%-
HSV(B)162.86º15.56%88.24%-
XYZ60.4369.774.56-
YUV213.4128.9111.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.16%
GREEN value IS 225 (88.28% from 255) = 35.71%
BLUE value IS 215 (84.38% from 255) = 34.13%
R=30.16%
G=35.71%
B=34.13%

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
Decimal1902252150.1600.040.12162.8636.8481.37
HexBEE1D71004Ca32551
Octal27634132720041424345121
Binary1011111011100001110101111000001001100101000111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1D7; }

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

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

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

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

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

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

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

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