#BEDEE5

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

Shades of Onahau #BEDEE5

Tints of Onahau #BEDEE5

Color information

#BEDEE5 (or 0xBEDEE5) is unknown color: approx Onahau. HEX triplet: BE, DE and E5. RGB value is (190,222,229). Sum of RGB (Red+Green+Blue) = 190+222+229=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 229 - color contains mainly: blue. Hex color #BEDEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEE5 is #41211A. Grayscale: #D5D5D5. Windows color (decimal): -4268315 or 15064766. OLE color: 15064766.

HSL color Cylindrical-coordinate representation of color #BEDEE5: hue angle of 190.77º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEDEE5 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB190222229-
CMYK0.170.0300.10
HSL190.77º42.86%82.16%-
HSV(B)190.77º17.03%89.8%-
XYZ61.568.8584.18-
YUV213.23136.9111.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.64%
GREEN value IS 222 (87.11% from 255) = 34.63%
BLUE value IS 229 (89.84% from 255) = 35.73%
R=29.64%
G=34.63%
B=35.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1902222290.170.0300.10190.7742.8682.16
HexBEDEE51130Abf2b52
Octal27633634521301227753122
Binary101111101101111011100101100011101010101111111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDEE5; }

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

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

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

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

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

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

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

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