Html Css Color HEX #BBB9F0 Lavender Grey

📋 copy color: '#BBB9F0'

red 187 ◦ green 185 ◦ blue 240

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

Shades of Lavender Grey #BBB9F0

Tints of Lavender Grey #BBB9F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.22%

R = 30.56%
G = 30.23%
B = 39.22%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBB9F0 (or 0xBBB9F0) is known color: Lavender Grey. HEX triplet: BB, B9 and F0. RGB value is (187,185,240). Sum of RGB (Red+Green+Blue) = 187+185+240=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBB9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB9F0 is #44460F. Grayscale: #BFBFBF. Windows color (decimal): -4474384 or 15776187. OLE color: 15776187.

HSL color Cylindrical-coordinate representation of color #BBB9F0: hue angle of 242.18º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBB9F0 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 185 240 -
CMYK 0.22 0.23 0 0.06
HSL 242.18º 0.65% 0.83% -
HSV(B) 242.18º 0.23% 0.94% -
XYZ 53.57 51.55 89.57 -
YUV 191.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 187 185 240 0.22 0.23 0 0.06 242.18 0.65 0.83
Hex BB B9 F0 16 17 0 6 F2 41 53
Octal 273 271 360 26 27 0 6 362 101 123
Binary 10111011 10111001 11110000 10110 10111 0 110 11110010 1000001 1010011

Color Harmonies of #BBB9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB9F0

Black with #BBB9F0

Text Example


Text Example

White with #BBB9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB9F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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