#BEEEF3

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

Shades of Onahau #BEEEF3

Tints of Onahau #BEEEF3

Color information

#BEEEF3 (or 0xBEEEF3) is unknown color: approx Onahau. HEX triplet: BE, EE and F3. RGB value is (190,238,243). Sum of RGB (Red+Green+Blue) = 190+238+243=671 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.32% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #BEEEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEEF3 is #41110C. Grayscale: #E0E0E0. Windows color (decimal): -4264205 or 15986366. OLE color: 15986366.

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

Color convert

RGB190238243-
CMYK0.220.0200.05
HSL185.66º68.83%84.9%-
HSV(B)185.66º21.81%95.29%-
XYZ67.9978.5796.38-
YUV224.22138.6103.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.32%
GREEN value IS 238 (93.36% from 255) = 35.47%
BLUE value IS 243 (95.31% from 255) = 36.21%
R=28.32%
G=35.47%
B=36.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902382430.220.0200.05185.6668.8384.9
HexBEEEF316205ba4555
Octal27635636326205272105125
Binary101111101110111011110011101101001011011101010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEEF3; }

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

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

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

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

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

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

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

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