#BEEAF4

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

Shades of Onahau #BEEAF4

Tints of Onahau #BEEAF4

Color information

#BEEAF4 (or 0xBEEAF4) is unknown color: approx Onahau. HEX triplet: BE, EA and F4. RGB value is (190,234,244). Sum of RGB (Red+Green+Blue) = 190+234+244=668 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.44% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 244 - color contains mainly: blue. Hex color #BEEAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAF4 is #41150B. Grayscale: #DDDDDD. Windows color (decimal): -4265228 or 16050878. OLE color: 16050878.

HSL color Cylindrical-coordinate representation of color #BEEAF4: hue angle of 191.11º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEEAF4 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190234244-
CMYK0.220.0400.04
HSL191.11º71.05%85.1%-
HSV(B)191.11º22.13%95.69%-
XYZ66.9976.3296.79-
YUV221.98140.42105.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.44%
GREEN value IS 234 (91.80% from 255) = 35.03%
BLUE value IS 244 (95.70% from 255) = 36.53%
R=28.44%
G=35.03%
B=36.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902342440.220.0400.04191.1171.0585.1
HexBEEAF416404bf4755
Octal27635236426404277107125
Binary1011111011101010111101001011010001001011111110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEAF4; }

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

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

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

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

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

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

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

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