#BEE4D7

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

Shades of Cruise #BEE4D7

Tints of Cruise #BEE4D7

Color information

#BEE4D7 (or 0xBEE4D7) is unknown color: approx Cruise. HEX triplet: BE, E4 and D7. RGB value is (190,228,215). Sum of RGB (Red+Green+Blue) = 190+228+215=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 228 (89.45% from 255 or 36.02% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE4D7 is #411B28. Grayscale: #D7D7D7. Windows color (decimal): -4266793 or 14148798. OLE color: 14148798.

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

Color convert

RGB190228215-
CMYK0.1700.060.11
HSL159.47º41.3%81.96%-
HSV(B)159.47º16.67%89.41%-
XYZ61.2471.3474.83-
YUV215.16127.91110.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.02%
GREEN value IS 228 (89.45% from 255) = 36.02%
BLUE value IS 215 (84.38% from 255) = 33.97%
R=30.02%
G=36.02%
B=33.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902282150.1700.060.11159.4741.381.96
HexBEE4D71106B9f2952
Octal27634432721061323751122
Binary1011111011100100110101111000101101011100111111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE4D7; }

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

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

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

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

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

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

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

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