#BBBEEB

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

Shades of Perano #BBBEEB

Tints of Perano #BBBEEB

Color information

#BBBEEB (or 0xBBBEEB) is unknown color: approx Perano. HEX triplet: BB, BE and EB. RGB value is (187,190,235). Sum of RGB (Red+Green+Blue) = 187+190+235=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBBEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBEEB is #444114. Grayscale: #C2C2C2. Windows color (decimal): -4473109 or 15449787. OLE color: 15449787.

HSL color Cylindrical-coordinate representation of color #BBBEEB: hue angle of 236.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBBEEB is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187190235-
CMYK0.200.1900.08
HSL236.25º54.55%82.75%-
HSV(B)236.25º20.43%92.16%-
XYZ53.953.3986.06-
YUV194.23151.01122.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.56%
GREEN value IS 190 (74.61% from 255) = 31.05%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=30.56%
G=31.05%
B=38.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871902350.200.1900.08236.2554.5582.75
HexBBBEEB141308ec3753
Octal273276353242301035467123
Binary101110111011111011101011101001001101000111011001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEEB; }

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

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

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

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

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

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

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

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