#B5BADC

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

Shades of Perano #B5BADC

Tints of Perano #B5BADC

Color information

#B5BADC (or 0xB5BADC) is unknown color: approx Perano. HEX triplet: B5, BA and DC. RGB value is (181,186,220). Sum of RGB (Red+Green+Blue) = 181+186+220=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BADC is #4A4523. Grayscale: #BCBCBC. Windows color (decimal): -4867364 or 14465717. OLE color: 14465717.

HSL color Cylindrical-coordinate representation of color #B5BADC: hue angle of 232.31º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5BADC is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181186220-
CMYK0.180.1500.14
HSL232.31º35.78%78.63%-
HSV(B)232.31º17.73%86.27%-
XYZ49.5350.1174.77-
YUV188.38145.84122.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.83%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=30.83%
G=31.69%
B=37.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811862200.180.1500.14232.3135.7878.63
HexB5BADC12F0Ee8244f
Octal265272334221701635044117
Binary10110101101110101101110010010111101110111010001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BADC; }

 p { color: rgb(181,186,220); }

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

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

 a { background-color: rgb(181,186,220); }

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

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

 span { border-color: rgb(181,186,220); }

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