#BEEFF2

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

Shades of Onahau #BEEFF2

Tints of Onahau #BEEFF2

Color information

#BEEFF2 (or 0xBEEFF2) is unknown color: approx Onahau. HEX triplet: BE, EF and F2. RGB value is (190,239,242). Sum of RGB (Red+Green+Blue) = 190+239+242=671 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.32% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEEFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEFF2 is #41100D. Grayscale: #E0E0E0. Windows color (decimal): -4263950 or 15921086. OLE color: 15921086.

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

Color convert

RGB190239242-
CMYK0.210.0100.05
HSL183.46º66.67%84.71%-
HSV(B)183.46º21.49%94.9%-
XYZ68.1379.0995.68-
YUV224.69137.77103.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.32%
GREEN value IS 239 (93.75% from 255) = 35.62%
BLUE value IS 242 (94.92% from 255) = 36.07%
R=28.32%
G=35.62%
B=36.07%

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
Decimal1902392420.210.0100.05183.4666.6784.71
HexBEEFF215105b74355
Octal27635736225105267103125
Binary10111110111011111111001010101101011011011110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFF2; }

 p { color: rgb(190,239,242); }

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

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

 a { background-color: rgb(190,239,242); }

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

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

 span { border-color: rgb(190,239,242); }

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