Html Css Color HEX #BBB9FF Lavender Blue

📋 copy color: '#BBB9FF'

red 187 ◦ green 185 ◦ blue 255

#BBB9FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #BBB9FF

Tints of Lavender Blue #BBB9FF

RGB

 RED value IS 187 (73.44% from 255) = 29.82%

 GREEN value IS 185 (72.66% from 255) = 29.51%

 BLUE value IS 255 (100% from 255) = 40.67%

R = 29.82%
G = 29.51%
B = 40.67%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBB9FF (or 0xBBB9FF) is known color: Lavender Blue. HEX triplet: BB, B9 and FF. RGB value is (187,185,255). Sum of RGB (Red+Green+Blue) = 187+185+255=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB9FF is #444600. Grayscale: #C1C1C1. Windows color (decimal): -4474369 or 16759227. OLE color: 16759227.

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

Color convert

RGB 187 185 255 -
CMYK 0.27 0.27 0 0
HSL 241.71º 1% 0.86% -
HSV(B) 241.71º 0.27% 1% -
XYZ 55.89 52.48 101.79 -
YUV 193.58 162.66 123.31 -
System Red Green Blue C M Y K H S L
Decimal 187 185 255 0.27 0.27 0 0 241.71 1 0.86
Hex BB B9 FF 1B 1B 0 0 F2 64 56
Octal 273 271 377 33 33 0 0 362 144 126
Binary 10111011 10111001 11111111 11011 11011 0 0 11110010 1100100 1010110

Color Harmonies of #BBB9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB9FF

Black with #BBB9FF

Text Example


Text Example

White with #BBB9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB9FF; }

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

 H1.HeaderClassName
 {
   color: #BBB9FF;
 }
 .AnyTagClassName
 {
   color: #BBB9FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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