#B2BDDB

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

Shades of Perano #B2BDDB

Tints of Perano #B2BDDB

Color information

#B2BDDB (or 0xB2BDDB) is unknown color: approx Perano. HEX triplet: B2, BD and DB. RGB value is (178,189,219). Sum of RGB (Red+Green+Blue) = 178+189+219=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDDB is #4D4224. Grayscale: #BDBDBD. Windows color (decimal): -5063205 or 14400946. OLE color: 14400946.

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

Color convert

RGB178189219-
CMYK0.190.1400.14
HSL223.9º36.28%77.84%-
HSV(B)223.9º18.72%85.88%-
XYZ49.3450.9774.26-
YUV189.13144.86120.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.38%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=30.38%
G=32.25%
B=37.37%

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
Decimal1781892190.190.1400.14223.936.2877.84
HexB2BDDB13E0Ee0244e
Octal262275333231601634044116
Binary10110010101111011101101110011111001110111000001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BDDB; }

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

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

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

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

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

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

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

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