#BEEAF1

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

Shades of Onahau #BEEAF1

Tints of Onahau #BEEAF1

Color information

#BEEAF1 (or 0xBEEAF1) is unknown color: approx Onahau. HEX triplet: BE, EA and F1. RGB value is (190,234,241). Sum of RGB (Red+Green+Blue) = 190+234+241=665 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.57% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAF1 is #41150E. Grayscale: #DDDDDD. Windows color (decimal): -4265231 or 15854270. OLE color: 15854270.

HSL color Cylindrical-coordinate representation of color #BEEAF1: hue angle of 188.24º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEAF1 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190234241-
CMYK0.210.0300.05
HSL188.24º64.56%84.51%-
HSV(B)188.24º21.16%94.51%-
XYZ66.5476.1494.41-
YUV221.64138.92105.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.57%
GREEN value IS 234 (91.80% from 255) = 35.19%
BLUE value IS 241 (94.53% from 255) = 36.24%
R=28.57%
G=35.19%
B=36.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902342410.210.0300.05188.2464.5684.51
HexBEEAF115305bc4155
Octal27635236125305274101125
Binary101111101110101011110001101011101011011110010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEAF1; }

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

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

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

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

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

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

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

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