#BEDED9

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

Shades of Cruise #BEDED9

Tints of Cruise #BEDED9

Color information

#BEDED9 (or 0xBEDED9) is unknown color: approx Cruise. HEX triplet: BE, DE and D9. RGB value is (190,222,217). Sum of RGB (Red+Green+Blue) = 190+222+217=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDED9 is #412126. Grayscale: #D3D3D3. Windows color (decimal): -4268327 or 14278334. OLE color: 14278334.

HSL color Cylindrical-coordinate representation of color #BEDED9: hue angle of 170.62º 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 #BEDED9 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB190222217-
CMYK0.1400.020.13
HSL170.62º32.65%80.78%-
HSV(B)170.62º14.41%87.06%-
XYZ59.8868.275.65-
YUV211.86130.9112.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.21%
GREEN value IS 222 (87.11% from 255) = 35.29%
BLUE value IS 217 (85.16% from 255) = 34.50%
R=30.21%
G=35.29%
B=34.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902222170.1400.020.13170.6232.6580.78
HexBEDED9E02Dab2151
Octal27633633116021525341121
Binary10111110110111101101100111100101101101010111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDED9; }

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

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

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

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

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

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

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

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