#BEE8EA

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

Shades of Onahau #BEE8EA

Tints of Onahau #BEE8EA

Color information

#BEE8EA (or 0xBEE8EA) is unknown color: approx Onahau. HEX triplet: BE, E8 and EA. RGB value is (190,232,234). Sum of RGB (Red+Green+Blue) = 190+232+234=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEE8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE8EA is #411715. Grayscale: #DBDBDB. Windows color (decimal): -4265750 or 15395006. OLE color: 15395006.

HSL color Cylindrical-coordinate representation of color #BEE8EA: hue angle of 182.73º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEE8EA is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190232234-
CMYK0.190.0100.08
HSL182.73º51.16%83.14%-
HSV(B)182.73º18.8%91.76%-
XYZ64.9474.688.82-
YUV219.67136.09106.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.96%
GREEN value IS 232 (91.02% from 255) = 35.37%
BLUE value IS 234 (91.80% from 255) = 35.67%
R=28.96%
G=35.37%
B=35.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902322340.190.0100.08182.7351.1683.14
HexBEE8EA13108b73353
Octal27635035223101026763123
Binary10111110111010001110101010011101000101101111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE8EA; }

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

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

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

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

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

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

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

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