#B0ACFC

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

Shades of Perano #B0ACFC

Tints of Perano #B0ACFC

Color information

#B0ACFC (or 0xB0ACFC) is unknown color: approx Perano. HEX triplet: B0, AC and FC. RGB value is (176,172,252). Sum of RGB (Red+Green+Blue) = 176+172+252=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0ACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ACFC is #4F5303. Grayscale: #B5B5B5. Windows color (decimal): -5198596 or 16559280. OLE color: 16559280.

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

Color convert

RGB176172252-
CMYK0.300.3200.01
HSL243º93.02%83.14%-
HSV(B)243º31.75%98.82%-
XYZ50.2345.7698.28-
YUV182.32167.33123.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.33%
GREEN value IS 172 (67.58% from 255) = 28.67%
BLUE value IS 252 (98.83% from 255) = 42%
R=29.33%
G=28.67%
B=42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761722520.300.3200.0124393.0283.14
HexB0ACFC1E2001f35d53
Octal260254374364001363135123
Binary10110000101011001111110011110100000011111001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACFC; }

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

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

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

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

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

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

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

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