#BEDED8

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

Shades of Cruise #BEDED8

Tints of Cruise #BEDED8

Color information

#BEDED8 (or 0xBEDED8) is unknown color: approx Cruise. HEX triplet: BE, DE and D8. RGB value is (190,222,216). Sum of RGB (Red+Green+Blue) = 190+222+216=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDED8 is #412127. Grayscale: #D3D3D3. Windows color (decimal): -4268328 or 14212798. OLE color: 14212798.

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

Color convert

RGB190222216-
CMYK0.1400.030.13
HSL168.75º32.65%80.78%-
HSV(B)168.75º14.41%87.06%-
XYZ59.7568.1574.97-
YUV211.75130.4112.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.25%
GREEN value IS 222 (87.11% from 255) = 35.35%
BLUE value IS 216 (84.77% from 255) = 34.39%
R=30.25%
G=35.35%
B=34.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902222160.1400.030.13168.7532.6580.78
HexBEDED8E03Da92151
Octal27633633016031525141121
Binary10111110110111101101100011100111101101010011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDED8; }

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

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

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

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

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

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

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

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