#BBBAF2

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

Shades of Perano #BBBAF2

Tints of Perano #BBBAF2

Color information

#BBBAF2 (or 0xBBBAF2) is unknown color: approx Perano. HEX triplet: BB, BA and F2. RGB value is (187,186,242). Sum of RGB (Red+Green+Blue) = 187+186+242=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBBAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAF2 is #44450D. Grayscale: #C0C0C0. Windows color (decimal): -4474126 or 15907515. OLE color: 15907515.

HSL color Cylindrical-coordinate representation of color #BBBAF2: hue angle of 241.07º 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 #BBBAF2 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187186242-
CMYK0.230.2300.05
HSL241.07º68.29%83.92%-
HSV(B)241.07º23.14%94.9%-
XYZ54.0852.0991.21-
YUV192.68155.83123.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 186 (73.05% from 255) = 30.24%
BLUE value IS 242 (94.92% from 255) = 39.35%
R=30.41%
G=30.24%
B=39.35%

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
Decimal1871862420.230.2300.05241.0768.2983.92
HexBBBAF2171705f14454
Octal273272362272705361104124
Binary101110111011101011110010101111011101011111000110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAF2; }

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

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

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

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

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

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

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

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