#BEEAF0

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

Shades of Onahau #BEEAF0

Tints of Onahau #BEEAF0

Color information

#BEEAF0 (or 0xBEEAF0) is unknown color: approx Onahau. HEX triplet: BE, EA and F0. RGB value is (190,234,240). Sum of RGB (Red+Green+Blue) = 190+234+240=664 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.61% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAF0 is #41150F. Grayscale: #DDDDDD. Windows color (decimal): -4265232 or 15788734. OLE color: 15788734.

HSL color Cylindrical-coordinate representation of color #BEEAF0: hue angle of 187.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEAF0 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190234240-
CMYK0.210.0200.06
HSL187.2º62.5%84.31%-
HSV(B)187.2º20.83%94.12%-
XYZ66.3976.0893.62-
YUV221.53138.42105.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.61%
GREEN value IS 234 (91.80% from 255) = 35.24%
BLUE value IS 240 (94.14% from 255) = 36.14%
R=28.61%
G=35.24%
B=36.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902342400.210.0200.06187.262.584.31
HexBEEAF015206bb3e54
Octal2763523602520627376124
Binary10111110111010101111000010101100110101110111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEAF0; }

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

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

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

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

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

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

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

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