#B4BFE5

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

Shades of Perano #B4BFE5

Tints of Perano #B4BFE5

Color information

#B4BFE5 (or 0xB4BFE5) is unknown color: approx Perano. HEX triplet: B4, BF and E5. RGB value is (180,191,229). Sum of RGB (Red+Green+Blue) = 180+191+229=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 229 - color contains mainly: blue. Hex color #B4BFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFE5 is #4B401A. Grayscale: #BFBFBF. Windows color (decimal): -4931611 or 15056820. OLE color: 15056820.

HSL color Cylindrical-coordinate representation of color #B4BFE5: hue angle of 226.53º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4BFE5 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB180191229-
CMYK0.210.1700.10
HSL226.53º48.51%80.2%-
HSV(B)226.53º21.4%89.8%-
XYZ51.652.6281.57-
YUV192.04148.86119.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30%
GREEN value IS 191 (75% from 255) = 31.83%
BLUE value IS 229 (89.84% from 255) = 38.17%
R=30%
G=31.83%
B=38.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1801912290.210.1700.10226.5348.5180.2
HexB4BFE515110Ae33150
Octal264277345252101234361120
Binary101101001011111111100101101011000101010111000111100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BFE5; }

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

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

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

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

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

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

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

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