#B0ADFC

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

Shades of Perano #B0ADFC

Tints of Perano #B0ADFC

Color information

#B0ADFC (or 0xB0ADFC) is unknown color: approx Perano. HEX triplet: B0, AD and FC. RGB value is (176,173,252). Sum of RGB (Red+Green+Blue) = 176+173+252=601 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.28% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0ADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ADFC is #4F5203. Grayscale: #B6B6B6. Windows color (decimal): -5198340 or 16559536. OLE color: 16559536.

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

Color convert

RGB176173252-
CMYK0.300.3100.01
HSL242.28º92.94%83.33%-
HSV(B)242.28º31.35%98.82%-
XYZ50.4246.1598.35-
YUV182.9166.99123.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.28%
GREEN value IS 173 (67.97% from 255) = 28.79%
BLUE value IS 252 (98.83% from 255) = 41.93%
R=29.28%
G=28.79%
B=41.93%

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
Decimal1761732520.300.3100.01242.2892.9483.33
HexB0ADFC1E1F01f25d53
Octal260255374363701362135123
Binary1011000010101101111111001111011111011111001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADFC; }

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

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

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

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

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

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

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

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