#BEF6FC

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

Shades of Onahau #BEF6FC

Tints of Onahau #BEF6FC

Color information

#BEF6FC (or 0xBEF6FC) is unknown color: approx Onahau. HEX triplet: BE, F6 and FC. RGB value is (190,246,252). Sum of RGB (Red+Green+Blue) = 190+246+252=688 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.62% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEF6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF6FC is #410903. Grayscale: #E5E5E5. Windows color (decimal): -4262148 or 16578238. OLE color: 16578238.

HSL color Cylindrical-coordinate representation of color #BEF6FC: hue angle of 185.81º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEF6FC is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190246252-
CMYK0.250.0200.01
HSL185.81º91.18%86.67%-
HSV(B)185.81º24.6%98.82%-
XYZ71.7683.89104.51-
YUV229.94140.4599.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.62%
GREEN value IS 246 (96.48% from 255) = 35.76%
BLUE value IS 252 (98.83% from 255) = 36.63%
R=27.62%
G=35.76%
B=36.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902462520.250.0200.01185.8191.1886.67
HexBEF6FC19201ba5b57
Octal27636637431201272133127
Binary1011111011110110111111001100110011011101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF6FC; }

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

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

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

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

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

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

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

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