#BBBEF3

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

Shades of Perano #BBBEF3

Tints of Perano #BBBEF3

Color information

#BBBEF3 (or 0xBBBEF3) is unknown color: approx Perano. HEX triplet: BB, BE and F3. RGB value is (187,190,243). Sum of RGB (Red+Green+Blue) = 187+190+243=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBBEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBEF3 is #44410C. Grayscale: #C2C2C2. Windows color (decimal): -4473101 or 15974075. OLE color: 15974075.

HSL color Cylindrical-coordinate representation of color #BBBEF3: hue angle of 236.79º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBBEF3 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187190243-
CMYK0.230.2200.05
HSL236.79º70%84.31%-
HSV(B)236.79º23.05%95.29%-
XYZ55.0853.8692.29-
YUV195.14155.01122.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.16%
GREEN value IS 190 (74.61% from 255) = 30.65%
BLUE value IS 243 (95.31% from 255) = 39.19%
R=30.16%
G=30.65%
B=39.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871902430.230.2200.05236.797084.31
HexBBBEF3171605ed4654
Octal273276363272605355106124
Binary101110111011111011110011101111011001011110110110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEF3; }

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

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

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

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

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

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

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

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