#B0ADFB

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

Shades of Perano #B0ADFB

Tints of Perano #B0ADFB

Color information

#B0ADFB (or 0xB0ADFB) is unknown color: approx Perano. HEX triplet: B0, AD and FB. RGB value is (176,173,251). Sum of RGB (Red+Green+Blue) = 176+173+251=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0ADFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ADFB is #4F5204. Grayscale: #B6B6B6. Windows color (decimal): -5198341 or 16494000. OLE color: 16494000.

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

Color convert

RGB176173251-
CMYK0.300.3100.02
HSL242.31º90.7%83.14%-
HSV(B)242.31º31.08%98.43%-
XYZ50.2646.0897.51-
YUV182.79166.49123.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.33%
GREEN value IS 173 (67.97% from 255) = 28.83%
BLUE value IS 251 (98.44% from 255) = 41.83%
R=29.33%
G=28.83%
B=41.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761732510.300.3100.02242.3190.783.14
HexB0ADFB1E1F02f25b53
Octal260255373363702362133123
Binary10110000101011011111101111110111110101111001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADFB; }

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

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

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

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

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

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

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

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