Html Css Color HEX #BBBDD0 Lavender Grey

📋 copy color: '#BBBDD0'

red 187 ◦ green 189 ◦ blue 208

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

Shades of Lavender Grey #BBBDD0

Tints of Lavender Grey #BBBDD0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.36%

 BLUE value IS 208 (81.64% from 255) = 35.62%

R = 32.02%
G = 32.36%
B = 35.62%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBBDD0 (or 0xBBBDD0) is known color: Lavender Grey. HEX triplet: BB, BD and D0. RGB value is (187,189,208). Sum of RGB (Red+Green+Blue) = 187+189+208=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBBDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDD0 is #44422F. Grayscale: #BEBEBE. Windows color (decimal): -4473392 or 13680059. OLE color: 13680059.

HSL color Cylindrical-coordinate representation of color #BBBDD0: hue angle of 234.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBBDD0 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 189 208 -
CMYK 0.10 0.09 0 0.18
HSL 234.29º 0.18% 0.77% -
HSV(B) 234.29º 0.1% 0.82% -
XYZ 50.08 51.51 66.98 -
YUV 190.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 187 189 208 0.10 0.09 0 0.18 234.29 0.18 0.77
Hex BB BD D0 A 9 0 12 EA 12 4D
Octal 273 275 320 12 11 0 22 352 22 115
Binary 10111011 10111101 11010000 1010 1001 0 10010 11101010 10010 1001101

Color Harmonies of #BBBDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDD0

Black with #BBBDD0

Text Example


Text Example

White with #BBBDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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