#BBBFE6

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

Shades of Perano #BBBFE6

Tints of Perano #BBBFE6

Color information

#BBBFE6 (or 0xBBBFE6) is unknown color: approx Perano. HEX triplet: BB, BF and E6. RGB value is (187,191,230). Sum of RGB (Red+Green+Blue) = 187+191+230=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBBFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBFE6 is #444019. Grayscale: #C2C2C2. Windows color (decimal): -4472858 or 15122363. OLE color: 15122363.

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

Color convert

RGB187191230-
CMYK0.190.1700.10
HSL234.42º46.24%81.76%-
HSV(B)234.42º18.7%90.2%-
XYZ53.4153.5482.38-
YUV194.25148.17122.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.76%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 230 (90.23% from 255) = 37.83%
R=30.76%
G=31.41%
B=37.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871912300.190.1700.10234.4246.2481.76
HexBBBFE613110Aea2e52
Octal273277346232101235256122
Binary101110111011111111100110100111000101010111010101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFE6; }

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

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

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

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

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

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

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

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