#B5BFDF

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

Shades of Perano #B5BFDF

Tints of Perano #B5BFDF

Color information

#B5BFDF (or 0xB5BFDF) is unknown color: approx Perano. HEX triplet: B5, BF and DF. RGB value is (181,191,223). Sum of RGB (Red+Green+Blue) = 181+191+223=595 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.42% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFDF is #4A4020. Grayscale: #BFBFBF. Windows color (decimal): -4866081 or 14663605. OLE color: 14663605.

HSL color Cylindrical-coordinate representation of color #B5BFDF: hue angle of 225.71º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5BFDF is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181191223-
CMYK0.190.1400.13
HSL225.71º39.62%79.22%-
HSV(B)225.71º18.83%87.45%-
XYZ51.0152.4177.24-
YUV191.66145.69120.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.42%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=30.42%
G=32.10%
B=37.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811912230.190.1400.13225.7139.6279.22
HexB5BFDF13E0De2284f
Octal265277337231601534250117
Binary10110101101111111101111110011111001101111000101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BFDF; }

 p { color: rgb(181,191,223); }

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

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

 a { background-color: rgb(181,191,223); }

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

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

 span { border-color: rgb(181,191,223); }

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