#B2BDDC

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

Shades of Perano #B2BDDC

Tints of Perano #B2BDDC

Color information

#B2BDDC (or 0xB2BDDC) is unknown color: approx Perano. HEX triplet: B2, BD and DC. RGB value is (178,189,220). Sum of RGB (Red+Green+Blue) = 178+189+220=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 189 (74.22% from 255 or 32.20% 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 #B2BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDDC is #4D4223. Grayscale: #BDBDBD. Windows color (decimal): -5063204 or 14466482. OLE color: 14466482.

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

Color convert

RGB178189220-
CMYK0.190.1400.14
HSL224.29º37.5%78.04%-
HSV(B)224.29º19.09%86.27%-
XYZ49.4851.0374.95-
YUV189.24145.36119.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.32%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=30.32%
G=32.20%
B=37.48%

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
Decimal1781892200.190.1400.14224.2937.578.04
HexB2BDDC13E0Ee0254e
Octal262275334231601634045116
Binary10110010101111011101110010011111001110111000001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BDDC; }

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

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

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

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

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

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

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

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