#BEDED6

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

Shades of Cruise #BEDED6

Tints of Cruise #BEDED6

Color information

#BEDED6 (or 0xBEDED6) is unknown color: approx Cruise. HEX triplet: BE, DE and D6. RGB value is (190,222,214). Sum of RGB (Red+Green+Blue) = 190+222+214=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDED6 is #412129. Grayscale: #D3D3D3. Windows color (decimal): -4268330 or 14081726. OLE color: 14081726.

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

Color convert

RGB190222214-
CMYK0.1400.040.13
HSL165º32.65%80.78%-
HSV(B)165º14.41%87.06%-
XYZ59.4968.0473.62-
YUV211.52129.4112.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.35%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 214 (83.98% from 255) = 34.19%
R=30.35%
G=35.46%
B=34.19%

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
Decimal1902222140.1400.040.1316532.6580.78
HexBEDED6E04Da52151
Octal27633632616041524541121
Binary101111101101111011010110111001001101101001011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDED6; }

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

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

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

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

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

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

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

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