#BEF1FE

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

Shades of Onahau #BEF1FE

Tints of Onahau #BEF1FE

Color information

#BEF1FE (or 0xBEF1FE) is unknown color: approx Onahau. HEX triplet: BE, F1 and FE. RGB value is (190,241,254). Sum of RGB (Red+Green+Blue) = 190+241+254=685 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.74% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEF1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF1FE is #410E01. Grayscale: #E3E3E3. Windows color (decimal): -4263426 or 16708030. OLE color: 16708030.

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

Color convert

RGB190241254-
CMYK0.250.0500.00
HSL192.19º96.97%87.06%-
HSV(B)192.19º25.2%99.61%-
XYZ70.5881.01105.68-
YUV227.23143.1101.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.74%
GREEN value IS 241 (94.53% from 255) = 35.18%
BLUE value IS 254 (99.61% from 255) = 37.08%
R=27.74%
G=35.18%
B=37.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902412540.250.0500.00192.1996.9787.06
HexBEF1FE19500c06157
Octal27636137631500300141127
Binary10111110111100011111111011001101001100000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1FE; }

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

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

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

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

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

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

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

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