#BBBBF2

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

Shades of Perano #BBBBF2

Tints of Perano #BBBBF2

Color information

#BBBBF2 (or 0xBBBBF2) is unknown color: approx Perano. HEX triplet: BB, BB and F2. RGB value is (187,187,242). Sum of RGB (Red+Green+Blue) = 187+187+242=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBBBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBBF2 is #44440D. Grayscale: #C1C1C1. Windows color (decimal): -4473870 or 15907771. OLE color: 15907771.

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

Color convert

RGB187187242-
CMYK0.230.2300.05
HSL240º67.9%84.12%-
HSV(B)240º22.73%94.9%-
XYZ54.2952.5291.28-
YUV193.27155.5123.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 187 (73.44% from 255) = 30.36%
BLUE value IS 242 (94.92% from 255) = 39.29%
R=30.36%
G=30.36%
B=39.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871872420.230.2300.0524067.984.12
HexBBBBF2171705f04454
Octal273273362272705360104124
Binary101110111011101111110010101111011101011111000010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBF2; }

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

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

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

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

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

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

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

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