#BEE6FC

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

Shades of Onahau #BEE6FC

Tints of Onahau #BEE6FC

Color information

#BEE6FC (or 0xBEE6FC) is unknown color: approx Onahau. HEX triplet: BE, E6 and FC. RGB value is (190,230,252). Sum of RGB (Red+Green+Blue) = 190+230+252=672 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.27% from 672); Green value is 230 (90.23% from 255 or 34.23% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEE6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE6FC is #411903. Grayscale: #DCDCDC. Windows color (decimal): -4266244 or 16574142. OLE color: 16574142.

HSL color Cylindrical-coordinate representation of color #BEE6FC: hue angle of 201.29º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEE6FC is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190230252-
CMYK0.250.0900.01
HSL201.29º91.18%86.67%-
HSV(B)201.29º24.6%98.82%-
XYZ67.174.57102.95-
YUV220.55145.75106.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.27%
GREEN value IS 230 (90.23% from 255) = 34.23%
BLUE value IS 252 (98.83% from 255) = 37.5%
R=28.27%
G=34.23%
B=37.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902302520.250.0900.01201.2991.1886.67
HexBEE6FC19901c95b57
Octal276346374311101311133127
Binary101111101110011011111100110011001011100100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE6FC; }

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

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

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

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

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

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

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

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