#BEE2F1

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

Shades of Onahau #BEE2F1

Tints of Onahau #BEE2F1

Color information

#BEE2F1 (or 0xBEE2F1) is unknown color: approx Onahau. HEX triplet: BE, E2 and F1. RGB value is (190,226,241). Sum of RGB (Red+Green+Blue) = 190+226+241=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEE2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE2F1 is #411D0E. Grayscale: #D8D8D8. Windows color (decimal): -4267279 or 15852222. OLE color: 15852222.

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

Color convert

RGB190226241-
CMYK0.210.0600.05
HSL197.65º64.56%84.51%-
HSV(B)197.65º21.16%94.51%-
XYZ64.3171.6993.67-
YUV216.95141.57108.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.92%
GREEN value IS 226 (88.67% from 255) = 34.40%
BLUE value IS 241 (94.53% from 255) = 36.68%
R=28.92%
G=34.40%
B=36.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902262410.210.0600.05197.6564.5684.51
HexBEE2F115605c64155
Octal27634236125605306101125
Binary1011111011100010111100011010111001011100011010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE2F1; }

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

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

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

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

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

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

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

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