#B0BCDC

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

Shades of Perano #B0BCDC

Tints of Perano #B0BCDC

Color information

#B0BCDC (or 0xB0BCDC) is unknown color: approx Perano. HEX triplet: B0, BC and DC. RGB value is (176,188,220). Sum of RGB (Red+Green+Blue) = 176+188+220=584 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.14% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCDC is #4F4323. Grayscale: #BBBBBB. Windows color (decimal): -5194532 or 14466224. OLE color: 14466224.

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

Color convert

RGB176188220-
CMYK0.20.1500.14
HSL223.64º38.6%77.65%-
HSV(B)223.64º20%86.27%-
XYZ48.8150.3674.86-
YUV188.06146.02119.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.14%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 220 (86.33% from 255) = 37.67%
R=30.14%
G=32.19%
B=37.67%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761882200.20.1500.14223.6438.677.65
HexB0BCDC14F0Ee0274e
Octal260274334241701634047116
Binary10110000101111001101110010100111101110111000001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BCDC; }

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

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

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

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

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

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

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

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