#BEE9FC

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

Shades of Onahau #BEE9FC

Tints of Onahau #BEE9FC

Color information

#BEE9FC (or 0xBEE9FC) is unknown color: approx Onahau. HEX triplet: BE, E9 and FC. RGB value is (190,233,252). Sum of RGB (Red+Green+Blue) = 190+233+252=675 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.15% from 675); Green value is 233 (91.41% from 255 or 34.52% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEE9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE9FC is #411603. Grayscale: #DEDEDE. Windows color (decimal): -4265476 or 16574910. OLE color: 16574910.

HSL color Cylindrical-coordinate representation of color #BEE9FC: hue angle of 198.39º 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 #BEE9FC is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190233252-
CMYK0.250.0800.01
HSL198.39º91.18%86.67%-
HSV(B)198.39º24.6%98.82%-
XYZ67.9476.25103.23-
YUV222.31144.75104.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.15%
GREEN value IS 233 (91.41% from 255) = 34.52%
BLUE value IS 252 (98.83% from 255) = 37.33%
R=28.15%
G=34.52%
B=37.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902332520.250.0800.01198.3991.1886.67
HexBEE9FC19801c65b57
Octal276351374311001306133127
Binary101111101110100111111100110011000011100011010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE9FC; }

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

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

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

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

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

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

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

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