#BEE3EA

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

Shades of Onahau #BEE3EA

Tints of Onahau #BEE3EA

Color information

#BEE3EA (or 0xBEE3EA) is unknown color: approx Onahau. HEX triplet: BE, E3 and EA. RGB value is (190,227,234). Sum of RGB (Red+Green+Blue) = 190+227+234=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEE3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE3EA is #411C15. Grayscale: #D8D8D8. Windows color (decimal): -4267030 or 15393726. OLE color: 15393726.

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

Color convert

RGB190227234-
CMYK0.190.0300.08
HSL189.55º51.16%83.14%-
HSV(B)189.55º18.8%91.76%-
XYZ63.5671.8388.36-
YUV216.74137.74108.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.19%
GREEN value IS 227 (89.06% from 255) = 34.87%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=29.19%
G=34.87%
B=35.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902272340.190.0300.08189.5551.1683.14
HexBEE3EA13308be3353
Octal27634335223301027663123
Binary101111101110001111101010100111101000101111101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE3EA; }

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

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

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

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

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

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

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

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