#BEEFF7

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

Shades of Onahau #BEEFF7

Tints of Onahau #BEEFF7

Color information

#BEEFF7 (or 0xBEEFF7) is unknown color: approx Onahau. HEX triplet: BE, EF and F7. RGB value is (190,239,247). Sum of RGB (Red+Green+Blue) = 190+239+247=676 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.11% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 247 (96.88% from 255 or 36.54% from 676); Max value from RGB is 247 - color contains mainly: blue. Hex color #BEEFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEFF7 is #411008. Grayscale: #E1E1E1. Windows color (decimal): -4263945 or 16248766. OLE color: 16248766.

HSL color Cylindrical-coordinate representation of color #BEEFF7: hue angle of 188.42º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEEFF7 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB190239247-
CMYK0.230.0300.03
HSL188.42º78.08%85.69%-
HSV(B)188.42º23.08%96.86%-
XYZ68.8979.499.69-
YUV225.26140.27102.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.11%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 247 (96.88% from 255) = 36.54%
R=28.11%
G=35.36%
B=36.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902392470.230.0300.03188.4278.0885.69
HexBEEFF717303bc4e56
Octal27635736727303274116126
Binary10111110111011111111011110111110111011110010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFF7; }

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

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

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

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

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

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

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

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