#B8BDDC

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

Shades of Perano #B8BDDC

Tints of Perano #B8BDDC

Color information

#B8BDDC (or 0xB8BDDC) is unknown color: approx Perano. HEX triplet: B8, BD and DC. RGB value is (184,189,220). Sum of RGB (Red+Green+Blue) = 184+189+220=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BDDC is #474223. Grayscale: #BEBEBE. Windows color (decimal): -4669988 or 14466488. OLE color: 14466488.

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

Color convert

RGB184189220-
CMYK0.160.1400.14
HSL231.67º33.96%79.22%-
HSV(B)231.67º16.36%86.27%-
XYZ50.8851.7575.02-
YUV191.04144.34122.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.03%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=31.03%
G=31.87%
B=37.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841892200.160.1400.14231.6733.9679.22
HexB8BDDC10E0Ee8224f
Octal270275334201601635042117
Binary10111000101111011101110010000111001110111010001000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BDDC; }

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

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

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

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

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

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

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

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