#B8BDDB

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

Shades of Perano #B8BDDB

Tints of Perano #B8BDDB

Color information

#B8BDDB (or 0xB8BDDB) is unknown color: approx Perano. HEX triplet: B8, BD and DB. RGB value is (184,189,219). Sum of RGB (Red+Green+Blue) = 184+189+219=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #B8BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BDDB is #474224. Grayscale: #BEBEBE. Windows color (decimal): -4669989 or 14400952. OLE color: 14400952.

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

Color convert

RGB184189219-
CMYK0.160.1400.14
HSL231.43º32.71%79.02%-
HSV(B)231.43º15.98%85.88%-
XYZ50.7551.774.32-
YUV190.92143.84123.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.08%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 219 (85.94% from 255) = 36.99%
R=31.08%
G=31.93%
B=36.99%

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
Decimal1841892190.160.1400.14231.4332.7179.02
HexB8BDDB10E0Ee7214f
Octal270275333201601634741117
Binary10111000101111011101101110000111001110111001111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BDDB; }

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

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

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

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

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

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

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

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