#B4BDDC

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

Shades of Perano #B4BDDC

Tints of Perano #B4BDDC

Color information

#B4BDDC (or 0xB4BDDC) is unknown color: approx Perano. HEX triplet: B4, BD and DC. RGB value is (180,189,220). Sum of RGB (Red+Green+Blue) = 180+189+220=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 189 (74.22% from 255 or 32.09% 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 #B4BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDDC is #4B4223. Grayscale: #BDBDBD. Windows color (decimal): -4932132 or 14466484. OLE color: 14466484.

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

Color convert

RGB180189220-
CMYK0.180.1400.14
HSL226.5º36.36%78.43%-
HSV(B)226.5º18.18%86.27%-
XYZ49.9451.2774.97-
YUV189.84145.02120.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.56%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=30.56%
G=32.09%
B=37.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801892200.180.1400.14226.536.3678.43
HexB4BDDC12E0Ee2244e
Octal264275334221601634244116
Binary10110100101111011101110010010111001110111000101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BDDC; }

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

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

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

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

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

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

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

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