#BBBFF0

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

Shades of Perano #BBBFF0

Tints of Perano #BBBFF0

Color information

#BBBFF0 (or 0xBBBFF0) is unknown color: approx Perano. HEX triplet: BB, BF and F0. RGB value is (187,191,240). Sum of RGB (Red+Green+Blue) = 187+191+240=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBBFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBFF0 is #44400F. Grayscale: #C3C3C3. Windows color (decimal): -4472848 or 15777723. OLE color: 15777723.

HSL color Cylindrical-coordinate representation of color #BBBFF0: hue angle of 235.47º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBBFF0 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187191240-
CMYK0.220.2000.06
HSL235.47º63.86%83.73%-
HSV(B)235.47º22.08%94.12%-
XYZ54.8554.1289.99-
YUV195.39153.17122.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 191 (75% from 255) = 30.91%
BLUE value IS 240 (94.14% from 255) = 38.83%
R=30.26%
G=30.91%
B=38.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871912400.220.2000.06235.4763.8683.73
HexBBBFF0161406eb4054
Octal273277360262406353100124
Binary101110111011111111110000101101010001101110101110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFF0; }

 p { color: rgb(187,191,240); }

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

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

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

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

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

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

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