#BEE6F6

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

Shades of Onahau #BEE6F6

Tints of Onahau #BEE6F6

Color information

#BEE6F6 (or 0xBEE6F6) is unknown color: approx Onahau. HEX triplet: BE, E6 and F6. RGB value is (190,230,246). Sum of RGB (Red+Green+Blue) = 190+230+246=666 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.53% from 666); Green value is 230 (90.23% from 255 or 34.53% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 246 - color contains mainly: blue. Hex color #BEE6F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE6F6 is #411909. Grayscale: #DBDBDB. Windows color (decimal): -4266250 or 16180926. OLE color: 16180926.

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

Color convert

RGB190230246-
CMYK0.230.0700.04
HSL197.14º75.68%85.49%-
HSV(B)197.14º22.76%96.47%-
XYZ66.1774.1998.02-
YUV219.86142.75106.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.53%
GREEN value IS 230 (90.23% from 255) = 34.53%
BLUE value IS 246 (96.48% from 255) = 36.94%
R=28.53%
G=34.53%
B=36.94%

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
Decimal1902302460.230.0700.04197.1475.6885.49
HexBEE6F617704c54c55
Octal27634636627704305114125
Binary1011111011100110111101101011111101001100010110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE6F6; }

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

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

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

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

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

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

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

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