#BBBFE7

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

Shades of Perano #BBBFE7

Tints of Perano #BBBFE7

Color information

#BBBFE7 (or 0xBBBFE7) is unknown color: approx Perano. HEX triplet: BB, BF and E7. RGB value is (187,191,231). Sum of RGB (Red+Green+Blue) = 187+191+231=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBBFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBFE7 is #444018. Grayscale: #C2C2C2. Windows color (decimal): -4472857 or 15187899. OLE color: 15187899.

HSL color Cylindrical-coordinate representation of color #BBBFE7: hue angle of 234.55º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBBFE7 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187191231-
CMYK0.190.1700.09
HSL234.55º47.83%81.96%-
HSV(B)234.55º19.05%90.59%-
XYZ53.5553.683.12-
YUV194.36148.67122.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.71%
GREEN value IS 191 (75% from 255) = 31.36%
BLUE value IS 231 (90.62% from 255) = 37.93%
R=30.71%
G=31.36%
B=37.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871912310.190.1700.09234.5547.8381.96
HexBBBFE7131109eb3052
Octal273277347232101135360122
Binary101110111011111111100111100111000101001111010111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFE7; }

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

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

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

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

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

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

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

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