#B4BBFF

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

Shades of Perano #B4BBFF

Tints of Perano #B4BBFF

Color information

#B4BBFF (or 0xB4BBFF) is unknown color: approx Perano. HEX triplet: B4, BB and FF. RGB value is (180,187,255). Sum of RGB (Red+Green+Blue) = 180+187+255=622 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.94% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BBFF is #4B4400. Grayscale: #C0C0C0. Windows color (decimal): -4932609 or 16759732. OLE color: 16759732.

HSL color Cylindrical-coordinate representation of color #B4BBFF: hue angle of 234.4º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4BBFF is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB180187255-
CMYK0.290.2700
HSL234.4º100%85.29%-
HSV(B)234.4º29.41%100%-
XYZ54.6452.46101.85-
YUV192.66163.18118.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.94%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 255 (100% from 255) = 41.00%
R=28.94%
G=30.06%
B=41.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801872550.290.2700234.410085.29
HexB4BBFF1D1B00ea6455
Octal264273377353300352144125
Binary1011010010111011111111111110111011001110101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBFF; }

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

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

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

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

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

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

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

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