#BEEAFC

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

Shades of Onahau #BEEAFC

Tints of Onahau #BEEAFC

Color information

#BEEAFC (or 0xBEEAFC) is unknown color: approx Onahau. HEX triplet: BE, EA and FC. RGB value is (190,234,252). Sum of RGB (Red+Green+Blue) = 190+234+252=676 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.11% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEEAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAFC is #411503. Grayscale: #DEDEDE. Windows color (decimal): -4265220 or 16575166. OLE color: 16575166.

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

Color convert

RGB190234252-
CMYK0.250.0700.01
HSL197.42º91.18%86.67%-
HSV(B)197.42º24.6%98.82%-
XYZ68.2376.82103.33-
YUV222.9144.42104.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.11%
GREEN value IS 234 (91.80% from 255) = 34.62%
BLUE value IS 252 (98.83% from 255) = 37.28%
R=28.11%
G=34.62%
B=37.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902342520.250.0700.01197.4291.1886.67
HexBEEAFC19701c55b57
Octal27635237431701305133127
Binary10111110111010101111110011001111011100010110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEAFC; }

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

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

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

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

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

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

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

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