#B5BCDC

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

Shades of Perano #B5BCDC

Tints of Perano #B5BCDC

Color information

#B5BCDC (or 0xB5BCDC) is unknown color: approx Perano. HEX triplet: B5, BC and DC. RGB value is (181,188,220). Sum of RGB (Red+Green+Blue) = 181+188+220=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCDC is #4A4323. Grayscale: #BDBDBD. Windows color (decimal): -4866852 or 14466229. OLE color: 14466229.

HSL color Cylindrical-coordinate representation of color #B5BCDC: hue angle of 229.23º 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 #B5BCDC is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181188220-
CMYK0.180.1500.14
HSL229.23º35.78%78.63%-
HSV(B)229.23º17.73%86.27%-
XYZ49.9650.9674.91-
YUV189.56145.18121.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.73%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=30.73%
G=31.92%
B=37.35%

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
Decimal1811882200.180.1500.14229.2335.7878.63
HexB5BCDC12F0Ee5244f
Octal265274334221701634544117
Binary10110101101111001101110010010111101110111001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BCDC; }

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

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

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

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

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

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

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

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