#BBBDF3

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

Shades of Perano #BBBDF3

Tints of Perano #BBBDF3

Color information

#BBBDF3 (or 0xBBBDF3) is unknown color: approx Perano. HEX triplet: BB, BD and F3. RGB value is (187,189,243). Sum of RGB (Red+Green+Blue) = 187+189+243=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBBDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBDF3 is #44420C. Grayscale: #C2C2C2. Windows color (decimal): -4473357 or 15973819. OLE color: 15973819.

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

Color convert

RGB187189243-
CMYK0.230.2200.05
HSL237.86º70%84.31%-
HSV(B)237.86º23.05%95.29%-
XYZ54.8753.4392.22-
YUV194.56155.34122.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.21%
GREEN value IS 189 (74.22% from 255) = 30.53%
BLUE value IS 243 (95.31% from 255) = 39.26%
R=30.21%
G=30.53%
B=39.26%

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
Decimal1871892430.230.2200.05237.867084.31
HexBBBDF3171605ee4654
Octal273275363272605356106124
Binary101110111011110111110011101111011001011110111010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDF3; }

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

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

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

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

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

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

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

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