#BEF7FE

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

Shades of Onahau #BEF7FE

Tints of Onahau #BEF7FE

Color information

#BEF7FE (or 0xBEF7FE) is unknown color: approx Onahau. HEX triplet: BE, F7 and FE. RGB value is (190,247,254). Sum of RGB (Red+Green+Blue) = 190+247+254=691 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.50% from 691); Green value is 247 (96.88% from 255 or 35.75% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEF7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF7FE is #410801. Grayscale: #E6E6E6. Windows color (decimal): -4261890 or 16709566. OLE color: 16709566.

HSL color Cylindrical-coordinate representation of color #BEF7FE: hue angle of 186.56º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEF7FE is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB190247254-
CMYK0.250.0300.00
HSL186.56º96.97%87.06%-
HSV(B)186.56º25.2%99.61%-
XYZ72.3984.62106.28-
YUV230.76141.1298.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.50%
GREEN value IS 247 (96.88% from 255) = 35.75%
BLUE value IS 254 (99.61% from 255) = 36.76%
R=27.50%
G=35.75%
B=36.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902472540.250.0300.00186.5696.9787.06
HexBEF7FE19300bb6157
Octal27636737631300273141127
Binary1011111011110111111111101100111001011101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF7FE; }

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

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

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

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

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

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

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

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