#BEE8EB

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

Shades of Onahau #BEE8EB

Tints of Onahau #BEE8EB

Color information

#BEE8EB (or 0xBEE8EB) is unknown color: approx Onahau. HEX triplet: BE, E8 and EB. RGB value is (190,232,235). Sum of RGB (Red+Green+Blue) = 190+232+235=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 232 (91.02% from 255 or 35.31% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEE8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE8EB is #411714. Grayscale: #DBDBDB. Windows color (decimal): -4265749 or 15460542. OLE color: 15460542.

HSL color Cylindrical-coordinate representation of color #BEE8EB: hue angle of 184º degrees, saturation: 0.53, 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 #BEE8EB is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190232235-
CMYK0.190.0100.08
HSL184º52.94%83.33%-
HSV(B)184º19.15%92.16%-
XYZ65.0974.6689.58-
YUV219.78136.59106.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.92%
GREEN value IS 232 (91.02% from 255) = 35.31%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=28.92%
G=35.31%
B=35.77%

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
Decimal1902322350.190.0100.0818452.9483.33
HexBEE8EB13108b83553
Octal27635035323101027065123
Binary10111110111010001110101110011101000101110001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE8EB; }

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

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

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

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

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

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

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

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