#B7BDEA

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

Shades of Perano #B7BDEA

Tints of Perano #B7BDEA

Color information

#B7BDEA (or 0xB7BDEA) is unknown color: approx Perano. HEX triplet: B7, BD and EA. RGB value is (183,189,234). Sum of RGB (Red+Green+Blue) = 183+189+234=606 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.20% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BDEA is #484215. Grayscale: #C0C0C0. Windows color (decimal): -4735510 or 15383991. OLE color: 15383991.

HSL color Cylindrical-coordinate representation of color #B7BDEA: hue angle of 232.94º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7BDEA is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183189234-
CMYK0.220.1900.08
HSL232.94º54.84%81.76%-
HSV(B)232.94º21.79%91.76%-
XYZ52.5852.485.19-
YUV192.34151.51121.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.20%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=30.20%
G=31.19%
B=38.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831892340.220.1900.08232.9454.8481.76
HexB7BDEA161308e93752
Octal267275352262301035167122
Binary101101111011110111101010101101001101000111010011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BDEA; }

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

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

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

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

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

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

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

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