#B2BCDB

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

Shades of Perano #B2BCDB

Tints of Perano #B2BCDB

Color information

#B2BCDB (or 0xB2BCDB) is unknown color: approx Perano. HEX triplet: B2, BC and DB. RGB value is (178,188,219). Sum of RGB (Red+Green+Blue) = 178+188+219=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCDB is #4D4324. Grayscale: #BCBCBC. Windows color (decimal): -5063461 or 14400690. OLE color: 14400690.

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

Color convert

RGB178188219-
CMYK0.190.1400.14
HSL225.37º36.28%77.84%-
HSV(B)225.37º18.72%85.88%-
XYZ49.1350.5574.18-
YUV188.54145.19120.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.43%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=30.43%
G=32.14%
B=37.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781882190.190.1400.14225.3736.2877.84
HexB2BCDB13E0Ee1244e
Octal262274333231601634144116
Binary10110010101111001101101110011111001110111000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BCDB; }

 p { color: rgb(178,188,219); }

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

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

 a { background-color: rgb(178,188,219); }

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

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

 span { border-color: rgb(178,188,219); }

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