#BEECFA

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

Shades of Onahau #BEECFA

Tints of Onahau #BEECFA

Color information

#BEECFA (or 0xBEECFA) is unknown color: approx Onahau. HEX triplet: BE, EC and FA. RGB value is (190,236,250). Sum of RGB (Red+Green+Blue) = 190+236+250=676 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.11% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEECFA is #411305. Grayscale: #DFDFDF. Windows color (decimal): -4264710 or 16444606. OLE color: 16444606.

HSL color Cylindrical-coordinate representation of color #BEECFA: hue angle of 194º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEECFA is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190236250-
CMYK0.240.0600.02
HSL194º85.71%86.27%-
HSV(B)194º24%98.04%-
XYZ68.4977.84101.86-
YUV223.84142.76103.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.11%
GREEN value IS 236 (92.58% from 255) = 34.91%
BLUE value IS 250 (98.05% from 255) = 36.98%
R=28.11%
G=34.91%
B=36.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902362500.240.0600.0219485.7186.27
HexBEECFA18602c25656
Octal27635437230602302126126
Binary101111101110110011111010110001100101100001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEECFA; }

 p { color: rgb(190,236,250); }

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

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

 a { background-color: rgb(190,236,250); }

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

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

 span { border-color: rgb(190,236,250); }

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