#BEE7EA

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

Shades of Onahau #BEE7EA

Tints of Onahau #BEE7EA

Color information

#BEE7EA (or 0xBEE7EA) is unknown color: approx Onahau. HEX triplet: BE, E7 and EA. RGB value is (190,231,234). Sum of RGB (Red+Green+Blue) = 190+231+234=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEE7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE7EA is #411815. Grayscale: #DBDBDB. Windows color (decimal): -4266006 or 15394750. OLE color: 15394750.

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

Color convert

RGB190231234-
CMYK0.190.0100.08
HSL184.09º51.16%83.14%-
HSV(B)184.09º18.8%91.76%-
XYZ64.6674.0488.72-
YUV219.08136.42107.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.01%
GREEN value IS 231 (90.62% from 255) = 35.27%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=29.01%
G=35.27%
B=35.73%

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
Decimal1902312340.190.0100.08184.0951.1683.14
HexBEE7EA13108b83353
Octal27634735223101027063123
Binary10111110111001111110101010011101000101110001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE7EA; }

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

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

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

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

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

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

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

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