#B7BFD9

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

Shades of Perano #B7BFD9

Tints of Perano #B7BFD9

Color information

#B7BFD9 (or 0xB7BFD9) is unknown color: approx Perano. HEX triplet: B7, BF and D9. RGB value is (183,191,217). Sum of RGB (Red+Green+Blue) = 183+191+217=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 217 - color contains mainly: blue. Hex color #B7BFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFD9 is #484026. Grayscale: #BFBFBF. Windows color (decimal): -4735015 or 14270391. OLE color: 14270391.

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

Color convert

RGB183191217-
CMYK0.160.1200.15
HSL225.88º30.91%78.43%-
HSV(B)225.88º15.67%85.1%-
XYZ50.6852.3473.08-
YUV191.57142.35121.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.96%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 217 (85.16% from 255) = 36.72%
R=30.96%
G=32.32%
B=36.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831912170.160.1200.15225.8830.9178.43
HexB7BFD910C0Fe21f4e
Octal267277331201401734237116
Binary1011011110111111110110011000011000111111100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BFD9; }

 p { color: rgb(183,191,217); }

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

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

 a { background-color: rgb(183,191,217); }

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

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

 span { border-color: rgb(183,191,217); }

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