#BBBCF1

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

Shades of Perano #BBBCF1

Tints of Perano #BBBCF1

Color information

#BBBCF1 (or 0xBBBCF1) is unknown color: approx Perano. HEX triplet: BB, BC and F1. RGB value is (187,188,241). Sum of RGB (Red+Green+Blue) = 187+188+241=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBBCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCF1 is #44430E. Grayscale: #C1C1C1. Windows color (decimal): -4473615 or 15842491. OLE color: 15842491.

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

Color convert

RGB187188241-
CMYK0.220.2200.05
HSL238.89º65.85%83.92%-
HSV(B)238.89º22.41%94.51%-
XYZ54.3552.8890.56-
YUV193.74154.67123.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 188 (73.83% from 255) = 30.52%
BLUE value IS 241 (94.53% from 255) = 39.12%
R=30.36%
G=30.52%
B=39.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871882410.220.2200.05238.8965.8583.92
HexBBBCF1161605ef4254
Octal273274361262605357102124
Binary101110111011110011110001101101011001011110111110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCF1; }

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

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

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

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

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

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

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

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