#BEF2FC

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

Shades of Onahau #BEF2FC

Tints of Onahau #BEF2FC

Color information

#BEF2FC (or 0xBEF2FC) is unknown color: approx Onahau. HEX triplet: BE, F2 and FC. RGB value is (190,242,252). Sum of RGB (Red+Green+Blue) = 190+242+252=684 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.78% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEF2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF2FC is #410D03. Grayscale: #E3E3E3. Windows color (decimal): -4263172 or 16577214. OLE color: 16577214.

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

Color convert

RGB190242252-
CMYK0.250.0400.01
HSL189.68º91.18%86.67%-
HSV(B)189.68º24.6%98.82%-
XYZ70.5681.48104.1-
YUV227.59141.77101.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.78%
GREEN value IS 242 (94.92% from 255) = 35.38%
BLUE value IS 252 (98.83% from 255) = 36.84%
R=27.78%
G=35.38%
B=36.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902422520.250.0400.01189.6891.1886.67
HexBEF2FC19401be5b57
Octal27636237431401276133127
Binary10111110111100101111110011001100011011111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2FC; }

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

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

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

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

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

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

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

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