#BEDED5

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

Shades of Cruise #BEDED5

Tints of Cruise #BEDED5

Color information

#BEDED5 (or 0xBEDED5) is unknown color: approx Cruise. HEX triplet: BE, DE and D5. RGB value is (190,222,213). Sum of RGB (Red+Green+Blue) = 190+222+213=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDED5 is #41212A. Grayscale: #D3D3D3. Windows color (decimal): -4268331 or 14016190. OLE color: 14016190.

HSL color Cylindrical-coordinate representation of color #BEDED5: hue angle of 163.12º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDED5 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB190222213-
CMYK0.1400.040.13
HSL163.12º32.65%80.78%-
HSV(B)163.12º14.41%87.06%-
XYZ59.3767.9972.95-
YUV211.41128.9112.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.4%
GREEN value IS 222 (87.11% from 255) = 35.52%
BLUE value IS 213 (83.59% from 255) = 34.08%
R=30.4%
G=35.52%
B=34.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902222130.1400.040.13163.1232.6580.78
HexBEDED5E04Da32151
Octal27633632516041524341121
Binary101111101101111011010101111001001101101000111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDED5; }

 p { color: rgb(190,222,213); }

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

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

 a { background-color: rgb(190,222,213); }

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

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

 span { border-color: rgb(190,222,213); }

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