#BEE1EB

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

Shades of Onahau #BEE1EB

Tints of Onahau #BEE1EB

Color information

#BEE1EB (or 0xBEE1EB) is unknown color: approx Onahau. HEX triplet: BE, E1 and EB. RGB value is (190,225,235). Sum of RGB (Red+Green+Blue) = 190+225+235=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEE1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE1EB is #411E14. Grayscale: #D7D7D7. Windows color (decimal): -4267541 or 15458750. OLE color: 15458750.

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

Color convert

RGB190225235-
CMYK0.190.0400.08
HSL193.33º52.94%83.33%-
HSV(B)193.33º19.15%92.16%-
XYZ63.1670.888.93-
YUV215.68138.9109.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.23%
GREEN value IS 225 (88.28% from 255) = 34.62%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=29.23%
G=34.62%
B=36.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902252350.190.0400.08193.3352.9483.33
HexBEE1EB13408c13553
Octal27634135323401030165123
Binary1011111011100001111010111001110001000110000011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1EB; }

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

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

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

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

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

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

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

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