#BEDED3

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

Shades of Cruise #BEDED3

Tints of Cruise #BEDED3

Color information

#BEDED3 (or 0xBEDED3) is unknown color: approx Cruise. HEX triplet: BE, DE and D3. RGB value is (190,222,211). Sum of RGB (Red+Green+Blue) = 190+222+211=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDED3 is #41212C. Grayscale: #D3D3D3. Windows color (decimal): -4268333 or 13885118. OLE color: 13885118.

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

Color convert

RGB190222211-
CMYK0.1400.050.13
HSL159.38º32.65%80.78%-
HSV(B)159.38º14.41%87.06%-
XYZ59.1167.8971.62-
YUV211.18127.9112.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 222 (87.11% from 255) = 35.63%
BLUE value IS 211 (82.81% from 255) = 33.87%
R=30.50%
G=35.63%
B=33.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902222110.1400.050.13159.3832.6580.78
HexBEDED3E05D9f2151
Octal27633632316051523741121
Binary101111101101111011010011111001011101100111111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDED3; }

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

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

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

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

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

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

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

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