#BEF4FE

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

Shades of Onahau #BEF4FE

Tints of Onahau #BEF4FE

Color information

#BEF4FE (or 0xBEF4FE) is unknown color: approx Onahau. HEX triplet: BE, F4 and FE. RGB value is (190,244,254). Sum of RGB (Red+Green+Blue) = 190+244+254=688 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.62% from 688); Green value is 244 (95.70% from 255 or 35.47% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEF4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF4FE is #410B01. Grayscale: #E4E4E4. Windows color (decimal): -4262658 or 16708798. OLE color: 16708798.

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

Color convert

RGB190244254-
CMYK0.250.0400.00
HSL189.38º96.97%87.06%-
HSV(B)189.38º25.2%99.61%-
XYZ71.4882.8105.98-
YUV228.99142.11100.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.62%
GREEN value IS 244 (95.70% from 255) = 35.47%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=27.62%
G=35.47%
B=36.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902442540.250.0400.00189.3896.9787.06
HexBEF4FE19400bd6157
Octal27636437631400275141127
Binary10111110111101001111111011001100001011110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF4FE; }

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

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

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

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

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

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

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

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