#BEE9F0

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

Shades of Onahau #BEE9F0

Tints of Onahau #BEE9F0

Color information

#BEE9F0 (or 0xBEE9F0) is unknown color: approx Onahau. HEX triplet: BE, E9 and F0. RGB value is (190,233,240). Sum of RGB (Red+Green+Blue) = 190+233+240=663 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.66% from 663); Green value is 233 (91.41% from 255 or 35.14% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEE9F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE9F0 is #41160F. Grayscale: #DCDCDC. Windows color (decimal): -4265488 or 15788478. OLE color: 15788478.

HSL color Cylindrical-coordinate representation of color #BEE9F0: hue angle of 188.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 #BEE9F0 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190233240-
CMYK0.210.0300.06
HSL188.4º62.5%84.31%-
HSV(B)188.4º20.83%94.12%-
XYZ66.175.5293.53-
YUV220.94138.75105.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.66%
GREEN value IS 233 (91.41% from 255) = 35.14%
BLUE value IS 240 (94.14% from 255) = 36.20%
R=28.66%
G=35.14%
B=36.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902332400.210.0300.06188.462.584.31
HexBEE9F015306bc3e54
Octal2763513602530627476124
Binary10111110111010011111000010101110110101111001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE9F0; }

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

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

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

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

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

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

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

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