#B4BFDF

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

Shades of Perano #B4BFDF

Tints of Perano #B4BFDF

Color information

#B4BFDF (or 0xB4BFDF) is unknown color: approx Perano. HEX triplet: B4, BF and DF. RGB value is (180,191,223). Sum of RGB (Red+Green+Blue) = 180+191+223=594 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.30% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFDF is #4B4020. Grayscale: #BFBFBF. Windows color (decimal): -4931617 or 14663604. OLE color: 14663604.

HSL color Cylindrical-coordinate representation of color #B4BFDF: hue angle of 224.65º 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 #B4BFDF is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180191223-
CMYK0.190.1400.13
HSL224.65º40.19%79.02%-
HSV(B)224.65º19.28%87.45%-
XYZ50.7752.2977.23-
YUV191.36145.86119.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.30%
GREEN value IS 191 (75% from 255) = 32.15%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=30.30%
G=32.15%
B=37.54%

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
Decimal1801912230.190.1400.13224.6540.1979.02
HexB4BFDF13E0De1284f
Octal264277337231601534150117
Binary10110100101111111101111110011111001101111000011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BFDF; }

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

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

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

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

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

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

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

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