#BEE4F0

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

Shades of Onahau #BEE4F0

Tints of Onahau #BEE4F0

Color information

#BEE4F0 (or 0xBEE4F0) is unknown color: approx Onahau. HEX triplet: BE, E4 and F0. RGB value is (190,228,240). Sum of RGB (Red+Green+Blue) = 190+228+240=658 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.88% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEE4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE4F0 is #411B0F. Grayscale: #D9D9D9. Windows color (decimal): -4266768 or 15787198. OLE color: 15787198.

HSL color Cylindrical-coordinate representation of color #BEE4F0: hue angle of 194.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEE4F0 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190228240-
CMYK0.210.0500.06
HSL194.4º62.5%84.31%-
HSV(B)194.4º20.83%94.12%-
XYZ64.7172.7393.07-
YUV218.01140.41108.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.88%
GREEN value IS 228 (89.45% from 255) = 34.65%
BLUE value IS 240 (94.14% from 255) = 36.47%
R=28.88%
G=34.65%
B=36.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902282400.210.0500.06194.462.584.31
HexBEE4F015506c23e54
Octal2763443602550630276124
Binary101111101110010011110000101011010110110000101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE4F0; }

 p { color: rgb(190,228,240); }

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

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

 a { background-color: rgb(190,228,240); }

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

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

 span { border-color: rgb(190,228,240); }

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