#B7BDDA

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

Shades of Perano #B7BDDA

Tints of Perano #B7BDDA

Color information

#B7BDDA (or 0xB7BDDA) is unknown color: approx Perano. HEX triplet: B7, BD and DA. RGB value is (183,189,218). Sum of RGB (Red+Green+Blue) = 183+189+218=590 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.02% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #B7BDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDDA is #484225. Grayscale: #BEBEBE. Windows color (decimal): -4735526 or 14335415. OLE color: 14335415.

HSL color Cylindrical-coordinate representation of color #B7BDDA: hue angle of 229.71º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7BDDA is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183189218-
CMYK0.160.1300.15
HSL229.71º32.11%78.63%-
HSV(B)229.71º16.06%85.49%-
XYZ50.3851.5273.62-
YUV190.51143.51122.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.02%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=31.02%
G=32.03%
B=36.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831892180.160.1300.15229.7132.1178.63
HexB7BDDA10D0Fe6204f
Octal267275332201501734640117
Binary10110111101111011101101010000110101111111001101000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BDDA; }

 p { color: rgb(183,189,218); }

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

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

 a { background-color: rgb(183,189,218); }

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

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

 span { border-color: rgb(183,189,218); }

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