#BEDEE3

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

Shades of Onahau #BEDEE3

Tints of Onahau #BEDEE3

Color information

#BEDEE3 (or 0xBEDEE3) is unknown color: approx Onahau. HEX triplet: BE, DE and E3. RGB value is (190,222,227). Sum of RGB (Red+Green+Blue) = 190+222+227=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 227 - color contains mainly: blue. Hex color #BEDEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEE3 is #41211C. Grayscale: #D4D4D4. Windows color (decimal): -4268317 or 14933694. OLE color: 14933694.

HSL color Cylindrical-coordinate representation of color #BEDEE3: hue angle of 188.11º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEDEE3 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190222227-
CMYK0.160.0200.11
HSL188.11º39.78%81.76%-
HSV(B)188.11º16.3%89.02%-
XYZ61.2268.7482.71-
YUV213135.9111.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.73%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 227 (89.06% from 255) = 35.52%
R=29.73%
G=34.74%
B=35.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902222270.160.0200.11188.1139.7881.76
HexBEDEE31020Bbc2852
Octal27633634320201327450122
Binary101111101101111011100011100001001011101111001010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDEE3; }

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

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

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

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

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

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

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

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