#BBBDF2

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

Shades of Perano #BBBDF2

Tints of Perano #BBBDF2

Color information

#BBBDF2 (or 0xBBBDF2) is unknown color: approx Perano. HEX triplet: BB, BD and F2. RGB value is (187,189,242). Sum of RGB (Red+Green+Blue) = 187+189+242=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBBDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBDF2 is #44420D. Grayscale: #C2C2C2. Windows color (decimal): -4473358 or 15908283. OLE color: 15908283.

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

Color convert

RGB187189242-
CMYK0.230.2200.05
HSL237.82º67.9%84.12%-
HSV(B)237.82º22.73%94.9%-
XYZ54.7253.3791.42-
YUV194.44154.84122.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 189 (74.22% from 255) = 30.58%
BLUE value IS 242 (94.92% from 255) = 39.16%
R=30.26%
G=30.58%
B=39.16%

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
Decimal1871892420.230.2200.05237.8267.984.12
HexBBBDF2171605ee4454
Octal273275362272605356104124
Binary101110111011110111110010101111011001011110111010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDF2; }

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

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

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

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

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

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

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

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