#BEF6FE

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

Shades of Onahau #BEF6FE

Tints of Onahau #BEF6FE

Color information

#BEF6FE (or 0xBEF6FE) is unknown color: approx Onahau. HEX triplet: BE, F6 and FE. RGB value is (190,246,254). Sum of RGB (Red+Green+Blue) = 190+246+254=690 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.54% from 690); Green value is 246 (96.48% from 255 or 35.65% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEF6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF6FE is #410901. Grayscale: #E6E6E6. Windows color (decimal): -4262146 or 16709310. OLE color: 16709310.

HSL color Cylindrical-coordinate representation of color #BEF6FE: hue angle of 187.5º 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 #BEF6FE is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB190246254-
CMYK0.250.0300.00
HSL187.5º96.97%87.06%-
HSV(B)187.5º25.2%99.61%-
XYZ72.0884.01106.18-
YUV230.17141.4599.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.54%
GREEN value IS 246 (96.48% from 255) = 35.65%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=27.54%
G=35.65%
B=36.81%

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
Decimal1902462540.250.0300.00187.596.9787.06
HexBEF6FE19300bc6157
Octal27636637631300274141127
Binary1011111011110110111111101100111001011110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF6FE; }

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

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

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

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

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

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

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

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