#B4BADD

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

Shades of Perano #B4BADD

Tints of Perano #B4BADD

Color information

#B4BADD (or 0xB4BADD) is unknown color: approx Perano. HEX triplet: B4, BA and DD. RGB value is (180,186,221). Sum of RGB (Red+Green+Blue) = 180+186+221=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BADD is #4B4522. Grayscale: #BCBCBC. Windows color (decimal): -4932899 or 14531252. OLE color: 14531252.

HSL color Cylindrical-coordinate representation of color #B4BADD: hue angle of 231.22º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4BADD is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180186221-
CMYK0.190.1600.13
HSL231.22º37.61%78.63%-
HSV(B)231.22º18.55%86.67%-
XYZ49.4350.0475.46-
YUV188.2146.51122.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.66%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=30.66%
G=31.69%
B=37.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801862210.190.1600.13231.2237.6178.63
HexB4BADD13100De7264f
Octal264272335232001534746117
Binary101101001011101011011101100111000001101111001111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BADD; }

 p { color: rgb(180,186,221); }

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

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

 a { background-color: rgb(180,186,221); }

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

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

 span { border-color: rgb(180,186,221); }

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