#BBBFF1

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

Shades of Perano #BBBFF1

Tints of Perano #BBBFF1

Color information

#BBBFF1 (or 0xBBBFF1) is unknown color: approx Perano. HEX triplet: BB, BF and F1. RGB value is (187,191,241). Sum of RGB (Red+Green+Blue) = 187+191+241=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBBFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBFF1 is #44400E. Grayscale: #C3C3C3. Windows color (decimal): -4472847 or 15843259. OLE color: 15843259.

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

Color convert

RGB187191241-
CMYK0.220.2100.05
HSL235.56º65.85%83.92%-
HSV(B)235.56º22.41%94.51%-
XYZ5554.1890.78-
YUV195.5153.67121.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.21%
GREEN value IS 191 (75% from 255) = 30.86%
BLUE value IS 241 (94.53% from 255) = 38.93%
R=30.21%
G=30.86%
B=38.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871912410.220.2100.05235.5665.8583.92
HexBBBFF1161505ec4254
Octal273277361262505354102124
Binary101110111011111111110001101101010101011110110010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFF1; }

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

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

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

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

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

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

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

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