#BBB2FC

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

Shades of Lavender Blue #BBB2FC

Tints of Lavender Blue #BBB2FC

Color information

#BBB2FC (or 0xBBB2FC) is unknown color: approx Lavender Blue. HEX triplet: BB, B2 and FC. RGB value is (187,178,252). Sum of RGB (Red+Green+Blue) = 187+178+252=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBB2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB2FC is #444D03. Grayscale: #BCBCBC. Windows color (decimal): -4476164 or 16560827. OLE color: 16560827.

HSL color Cylindrical-coordinate representation of color #BBB2FC: hue angle of 247.3º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBB2FC is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187178252-
CMYK0.260.2900.01
HSL247.3º92.5%84.31%-
HSV(B)247.3º29.37%98.82%-
XYZ53.9849.4398.79-
YUV189.13163.48126.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.31%
GREEN value IS 178 (69.92% from 255) = 28.85%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=30.31%
G=28.85%
B=40.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871782520.260.2900.01247.392.584.31
HexBBB2FC1A1D01f75c54
Octal273262374323501367134124
Binary1011101110110010111111001101011101011111011110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB2FC; }

 p { color: rgb(187,178,252); }

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

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

 a { background-color: rgb(187,178,252); }

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

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

 span { border-color: rgb(187,178,252); }

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