#BEE4F6

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

Shades of Onahau #BEE4F6

Tints of Onahau #BEE4F6

Color information

#BEE4F6 (or 0xBEE4F6) is unknown color: approx Onahau. HEX triplet: BE, E4 and F6. RGB value is (190,228,246). Sum of RGB (Red+Green+Blue) = 190+228+246=664 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.61% from 664); Green value is 228 (89.45% from 255 or 34.34% from 664); Blue value is 246 (96.48% from 255 or 37.05% from 664); Max value from RGB is 246 - color contains mainly: blue. Hex color #BEE4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE4F6 is #411B09. Grayscale: #DADADA. Windows color (decimal): -4266762 or 16180414. OLE color: 16180414.

HSL color Cylindrical-coordinate representation of color #BEE4F6: hue angle of 199.29º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEE4F6 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190228246-
CMYK0.230.0700.04
HSL199.29º75.68%85.49%-
HSV(B)199.29º22.76%96.47%-
XYZ65.6173.0997.84-
YUV218.69143.41107.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.61%
GREEN value IS 228 (89.45% from 255) = 34.34%
BLUE value IS 246 (96.48% from 255) = 37.05%
R=28.61%
G=34.34%
B=37.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902282460.230.0700.04199.2975.6885.49
HexBEE4F617704c74c55
Octal27634436627704307114125
Binary1011111011100100111101101011111101001100011110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE4F6; }

 p { color: rgb(190,228,246); }

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

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

 a { background-color: rgb(190,228,246); }

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

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

 span { border-color: rgb(190,228,246); }

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