#BEE8FD

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

Shades of Onahau #BEE8FD

Tints of Onahau #BEE8FD

Color information

#BEE8FD (or 0xBEE8FD) is unknown color: approx Onahau. HEX triplet: BE, E8 and FD. RGB value is (190,232,253). Sum of RGB (Red+Green+Blue) = 190+232+253=675 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.15% from 675); Green value is 232 (91.02% from 255 or 34.37% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEE8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE8FD is #411702. Grayscale: #DDDDDD. Windows color (decimal): -4265731 or 16640190. OLE color: 16640190.

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

Color convert

RGB190232253-
CMYK0.250.0800.01
HSL200º94.03%86.86%-
HSV(B)200º24.9%99.22%-
XYZ67.8275.75103.98-
YUV221.84145.59105.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.15%
GREEN value IS 232 (91.02% from 255) = 34.37%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=28.15%
G=34.37%
B=37.48%

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
Decimal1902322530.250.0800.0120094.0386.86
HexBEE8FD19801c85e57
Octal276350375311001310136127
Binary101111101110100011111101110011000011100100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE8FD; }

 p { color: rgb(190,232,253); }

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

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

 a { background-color: rgb(190,232,253); }

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

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

 span { border-color: rgb(190,232,253); }

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