#BEE7F1

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

Shades of Onahau #BEE7F1

Tints of Onahau #BEE7F1

Color information

#BEE7F1 (or 0xBEE7F1) is unknown color: approx Onahau. HEX triplet: BE, E7 and F1. RGB value is (190,231,241). Sum of RGB (Red+Green+Blue) = 190+231+241=662 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.70% from 662); Green value is 231 (90.62% from 255 or 34.89% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEE7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE7F1 is #41180E. Grayscale: #DBDBDB. Windows color (decimal): -4265999 or 15853502. OLE color: 15853502.

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

Color convert

RGB190231241-
CMYK0.210.0400.05
HSL191.76º64.56%84.51%-
HSV(B)191.76º21.16%94.51%-
XYZ65.6974.4594.13-
YUV219.88139.92106.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.70%
GREEN value IS 231 (90.62% from 255) = 34.89%
BLUE value IS 241 (94.53% from 255) = 36.40%
R=28.70%
G=34.89%
B=36.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902312410.210.0400.05191.7664.5684.51
HexBEE7F115405c04155
Octal27634736125405300101125
Binary1011111011100111111100011010110001011100000010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE7F1; }

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

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

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

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

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

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

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

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