#BEE8ED

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

Shades of Onahau #BEE8ED

Tints of Onahau #BEE8ED

Color information

#BEE8ED (or 0xBEE8ED) is unknown color: approx Onahau. HEX triplet: BE, E8 and ED. RGB value is (190,232,237). Sum of RGB (Red+Green+Blue) = 190+232+237=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 232 (91.02% from 255 or 35.20% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEE8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE8ED is #411712. Grayscale: #DBDBDB. Windows color (decimal): -4265747 or 15591614. OLE color: 15591614.

HSL color Cylindrical-coordinate representation of color #BEE8ED: hue angle of 186.38º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEE8ED is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190232237-
CMYK0.200.0200.07
HSL186.38º56.63%83.73%-
HSV(B)186.38º19.83%92.94%-
XYZ65.3874.7791.11-
YUV220.01137.59106.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.83%
GREEN value IS 232 (91.02% from 255) = 35.20%
BLUE value IS 237 (92.97% from 255) = 35.96%
R=28.83%
G=35.20%
B=35.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902322370.200.0200.07186.3856.6383.73
HexBEE8ED14207ba3954
Octal2763503552420727271124
Binary10111110111010001110110110100100111101110101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE8ED; }

 p { color: rgb(190,232,237); }

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

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

 a { background-color: rgb(190,232,237); }

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

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

 span { border-color: rgb(190,232,237); }

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