#BEE1EF

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

Shades of Onahau #BEE1EF

Tints of Onahau #BEE1EF

Color information

#BEE1EF (or 0xBEE1EF) is unknown color: approx Onahau. HEX triplet: BE, E1 and EF. RGB value is (190,225,239). Sum of RGB (Red+Green+Blue) = 190+225+239=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEE1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE1EF is #411E10. Grayscale: #D8D8D8. Windows color (decimal): -4267537 or 15720894. OLE color: 15720894.

HSL color Cylindrical-coordinate representation of color #BEE1EF: hue angle of 197.14º degrees, saturation: 0.6, 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 #BEE1EF is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190225239-
CMYK0.210.0600.06
HSL197.14º60.49%84.12%-
HSV(B)197.14º20.5%93.73%-
XYZ63.7471.0392.01-
YUV216.13140.9109.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.05%
GREEN value IS 225 (88.28% from 255) = 34.40%
BLUE value IS 239 (93.75% from 255) = 36.54%
R=29.05%
G=34.40%
B=36.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902252390.210.0600.06197.1460.4984.12
HexBEE1EF15606c53c54
Octal2763413572560630574124
Binary101111101110000111101111101011100110110001011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1EF; }

 p { color: rgb(190,225,239); }

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

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

 a { background-color: rgb(190,225,239); }

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

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

 span { border-color: rgb(190,225,239); }

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