#B7BBDF

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

Shades of Perano #B7BBDF

Tints of Perano #B7BBDF

Color information

#B7BBDF (or 0xB7BBDF) is unknown color: approx Perano. HEX triplet: B7, BB and DF. RGB value is (183,187,223). Sum of RGB (Red+Green+Blue) = 183+187+223=593 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.86% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBDF is #484420. Grayscale: #BDBDBD. Windows color (decimal): -4736033 or 14662583. OLE color: 14662583.

HSL color Cylindrical-coordinate representation of color #B7BBDF: hue angle of 234º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7BBDF is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183187223-
CMYK0.180.1600.13
HSL234º38.46%79.61%-
HSV(B)234º17.94%87.45%-
XYZ50.6250.9476.98-
YUV189.91146.67123.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.86%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=30.86%
G=31.53%
B=37.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831872230.180.1600.1323438.4679.61
HexB7BBDF12100Dea2650
Octal267273337222001535246120
Binary101101111011101111011111100101000001101111010101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BBDF; }

 p { color: rgb(183,187,223); }

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

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

 a { background-color: rgb(183,187,223); }

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

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

 span { border-color: rgb(183,187,223); }

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