#BBBEF1

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

Shades of Perano #BBBEF1

Tints of Perano #BBBEF1

Color information

#BBBEF1 (or 0xBBBEF1) is unknown color: approx Perano. HEX triplet: BB, BE and F1. RGB value is (187,190,241). Sum of RGB (Red+Green+Blue) = 187+190+241=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBBEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBEF1 is #44410E. Grayscale: #C2C2C2. Windows color (decimal): -4473103 or 15843003. OLE color: 15843003.

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

Color convert

RGB187190241-
CMYK0.220.2100.05
HSL236.67º65.85%83.92%-
HSV(B)236.67º22.41%94.51%-
XYZ54.7853.7490.71-
YUV194.92154.01122.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 190 (74.61% from 255) = 30.74%
BLUE value IS 241 (94.53% from 255) = 39.00%
R=30.26%
G=30.74%
B=39.00%

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
Decimal1871902410.220.2100.05236.6765.8583.92
HexBBBEF1161505ed4254
Octal273276361262505355102124
Binary101110111011111011110001101101010101011110110110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEF1; }

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

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

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

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

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

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

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

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