#BEEAEB

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

Shades of Onahau #BEEAEB

Tints of Onahau #BEEAEB

Color information

#BEEAEB (or 0xBEEAEB) is unknown color: approx Onahau. HEX triplet: BE, EA and EB. RGB value is (190,234,235). Sum of RGB (Red+Green+Blue) = 190+234+235=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEEAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAEB is #411514. Grayscale: #DCDCDC. Windows color (decimal): -4265237 or 15461054. OLE color: 15461054.

HSL color Cylindrical-coordinate representation of color #BEEAEB: hue angle of 181.33º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEAEB is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190234235-
CMYK0.190.0000.08
HSL181.33º52.94%83.33%-
HSV(B)181.33º19.15%92.16%-
XYZ65.6575.7989.77-
YUV220.96135.92105.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.83%
GREEN value IS 234 (91.80% from 255) = 35.51%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=28.83%
G=35.51%
B=35.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902342350.190.0000.08181.3352.9483.33
HexBEEAEB13008b53553
Octal27635235323001026565123
Binary10111110111010101110101110011001000101101011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEAEB; }

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

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

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

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

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

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

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

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