#BEEEF0

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

Shades of Onahau #BEEEF0

Tints of Onahau #BEEEF0

Color information

#BEEEF0 (or 0xBEEEF0) is unknown color: approx Onahau. HEX triplet: BE, EE and F0. RGB value is (190,238,240). Sum of RGB (Red+Green+Blue) = 190+238+240=668 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.44% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEEEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEEF0 is #41110F. Grayscale: #DFDFDF. Windows color (decimal): -4264208 or 15789758. OLE color: 15789758.

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

Color convert

RGB190238240-
CMYK0.210.0100.06
HSL182.4º62.5%84.31%-
HSV(B)182.4º20.83%94.12%-
XYZ67.5478.3994.01-
YUV223.88137.1103.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.44%
GREEN value IS 238 (93.36% from 255) = 35.63%
BLUE value IS 240 (94.14% from 255) = 35.93%
R=28.44%
G=35.63%
B=35.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902382400.210.0100.06182.462.584.31
HexBEEEF015106b63e54
Octal2763563602510626676124
Binary1011111011101110111100001010110110101101101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEEF0; }

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

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

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

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

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

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

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

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