#B4BBE5

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

Shades of Perano #B4BBE5

Tints of Perano #B4BBE5

Color information

#B4BBE5 (or 0xB4BBE5) is unknown color: approx Perano. HEX triplet: B4, BB and E5. RGB value is (180,187,229). Sum of RGB (Red+Green+Blue) = 180+187+229=596 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.20% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 229 - color contains mainly: blue. Hex color #B4BBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBE5 is #4B441A. Grayscale: #BDBDBD. Windows color (decimal): -4932635 or 15055796. OLE color: 15055796.

HSL color Cylindrical-coordinate representation of color #B4BBE5: hue angle of 231.43º 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 #B4BBE5 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB180187229-
CMYK0.210.1800.10
HSL231.43º48.51%80.2%-
HSV(B)231.43º21.4%89.8%-
XYZ50.7450.981.28-
YUV189.7150.18121.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.20%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 229 (89.84% from 255) = 38.42%
R=30.20%
G=31.38%
B=38.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1801872290.210.1800.10231.4348.5180.2
HexB4BBE515120Ae73150
Octal264273345252201234761120
Binary101101001011101111100101101011001001010111001111100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBE5; }

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

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

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

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

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

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

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

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