#BEEEF1

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

Shades of Onahau #BEEEF1

Tints of Onahau #BEEEF1

Color information

#BEEEF1 (or 0xBEEEF1) is unknown color: approx Onahau. HEX triplet: BE, EE and F1. RGB value is (190,238,241). Sum of RGB (Red+Green+Blue) = 190+238+241=669 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.40% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEEF1 is #41110E. Grayscale: #DFDFDF. Windows color (decimal): -4264207 or 15855294. OLE color: 15855294.

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

Color convert

RGB190238241-
CMYK0.210.0100.05
HSL183.53º64.56%84.51%-
HSV(B)183.53º21.16%94.51%-
XYZ67.6978.4594.79-
YUV223.99137.6103.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.40%
GREEN value IS 238 (93.36% from 255) = 35.58%
BLUE value IS 241 (94.53% from 255) = 36.02%
R=28.40%
G=35.58%
B=36.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902382410.210.0100.05183.5364.5684.51
HexBEEEF115105b84155
Octal27635636125105270101125
Binary10111110111011101111000110101101011011100010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEEF1; }

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

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

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

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

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

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

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

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