#BEF1FC

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

Shades of Onahau #BEF1FC

Tints of Onahau #BEF1FC

Color information

#BEF1FC (or 0xBEF1FC) is unknown color: approx Onahau. HEX triplet: BE, F1 and FC. RGB value is (190,241,252). Sum of RGB (Red+Green+Blue) = 190+241+252=683 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.82% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEF1FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF1FC is #410E03. Grayscale: #E2E2E2. Windows color (decimal): -4263428 or 16576958. OLE color: 16576958.

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

Color convert

RGB190241252-
CMYK0.250.0400.01
HSL190.65º91.18%86.67%-
HSV(B)190.65º24.6%98.82%-
XYZ70.2680.89104-
YUV227142.1101.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.82%
GREEN value IS 241 (94.53% from 255) = 35.29%
BLUE value IS 252 (98.83% from 255) = 36.90%
R=27.82%
G=35.29%
B=36.90%

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
Decimal1902412520.250.0400.01190.6591.1886.67
HexBEF1FC19401bf5b57
Octal27636137431401277133127
Binary10111110111100011111110011001100011011111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1FC; }

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

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

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

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

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

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

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

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