#BEE9F1

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

Shades of Onahau #BEE9F1

Tints of Onahau #BEE9F1

Color information

#BEE9F1 (or 0xBEE9F1) is unknown color: approx Onahau. HEX triplet: BE, E9 and F1. RGB value is (190,233,241). Sum of RGB (Red+Green+Blue) = 190+233+241=664 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.61% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEE9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE9F1 is #41160E. Grayscale: #DCDCDC. Windows color (decimal): -4265487 or 15854014. OLE color: 15854014.

HSL color Cylindrical-coordinate representation of color #BEE9F1: hue angle of 189.41º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEE9F1 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190233241-
CMYK0.210.0300.05
HSL189.41º64.56%84.51%-
HSV(B)189.41º21.16%94.51%-
XYZ66.2575.5894.31-
YUV221.05139.25105.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.61%
GREEN value IS 233 (91.41% from 255) = 35.09%
BLUE value IS 241 (94.53% from 255) = 36.30%
R=28.61%
G=35.09%
B=36.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902332410.210.0300.05189.4164.5684.51
HexBEE9F115305bd4155
Octal27635136125305275101125
Binary101111101110100111110001101011101011011110110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE9F1; }

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

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

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

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

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

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

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

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