#B0AEFC

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

Shades of Perano #B0AEFC

Tints of Perano #B0AEFC

Color information

#B0AEFC (or 0xB0AEFC) is unknown color: approx Perano. HEX triplet: B0, AE and FC. RGB value is (176,174,252). Sum of RGB (Red+Green+Blue) = 176+174+252=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0AEFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AEFC is #4F5103. Grayscale: #B7B7B7. Windows color (decimal): -5198084 or 16559792. OLE color: 16559792.

HSL color Cylindrical-coordinate representation of color #B0AEFC: hue angle of 241.54º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0AEFC is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176174252-
CMYK0.300.3100.01
HSL241.54º92.86%83.53%-
HSV(B)241.54º30.95%98.82%-
XYZ50.6146.5398.41-
YUV183.49166.66122.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.24%
GREEN value IS 174 (68.36% from 255) = 28.90%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=29.24%
G=28.90%
B=41.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761742520.300.3100.01241.5492.8683.53
HexB0AEFC1E1F01f25d54
Octal260256374363701362135124
Binary1011000010101110111111001111011111011111001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEFC; }

 p { color: rgb(176,174,252); }

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

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

 a { background-color: rgb(176,174,252); }

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

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

 span { border-color: rgb(176,174,252); }

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