#BBBBF1

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

Shades of Perano #BBBBF1

Tints of Perano #BBBBF1

Color information

#BBBBF1 (or 0xBBBBF1) is unknown color: approx Perano. HEX triplet: BB, BB and F1. RGB value is (187,187,241). Sum of RGB (Red+Green+Blue) = 187+187+241=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBBBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBBF1 is #44440E. Grayscale: #C0C0C0. Windows color (decimal): -4473871 or 15842235. OLE color: 15842235.

HSL color Cylindrical-coordinate representation of color #BBBBF1: hue angle of 240º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBBBF1 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187187241-
CMYK0.220.2200.05
HSL240º65.85%83.92%-
HSV(B)240º22.41%94.51%-
XYZ54.1452.4690.49-
YUV193.16155123.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 187 (73.44% from 255) = 30.41%
BLUE value IS 241 (94.53% from 255) = 39.19%
R=30.41%
G=30.41%
B=39.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871872410.220.2200.0524065.8583.92
HexBBBBF1161605f04254
Octal273273361262605360102124
Binary101110111011101111110001101101011001011111000010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBF1; }

 p { color: rgb(187,187,241); }

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

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

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

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

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

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

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