#BBB8FF

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

Shades of Lavender Blue #BBB8FF

Tints of Lavender Blue #BBB8FF

Color information

#BBB8FF (or 0xBBB8FF) is unknown color: approx Lavender Blue. HEX triplet: BB, B8 and FF. RGB value is (187,184,255). Sum of RGB (Red+Green+Blue) = 187+184+255=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 184 (72.27% from 255 or 29.39% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBB8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB8FF is #444700. Grayscale: #C0C0C0. Windows color (decimal): -4474625 or 16758971. OLE color: 16758971.

HSL color Cylindrical-coordinate representation of color #BBB8FF: hue angle of 242.54º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBB8FF is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187184255-
CMYK0.270.2800
HSL242.54º100%86.08%-
HSV(B)242.54º27.84%100%-
XYZ55.6852.07101.72-
YUV192.99162.99123.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.87%
GREEN value IS 184 (72.27% from 255) = 29.39%
BLUE value IS 255 (100% from 255) = 40.73%
R=29.87%
G=29.39%
B=40.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871842550.270.2800242.5410086.08
HexBBB8FF1B1C00f36456
Octal273270377333400363144126
Binary1011101110111000111111111101111100001111001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB8FF; }

 p { color: rgb(187,184,255); }

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

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

 a { background-color: rgb(187,184,255); }

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

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

 span { border-color: rgb(187,184,255); }

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