Html Css Color HEX #BBBDC9 Lavender Grey

📋 copy color: '#BBBDC9'

red 187 ◦ green 189 ◦ blue 201

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

Shades of Lavender Grey #BBBDC9

Tints of Lavender Grey #BBBDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.84%

R = 32.41%
G = 32.76%
B = 34.84%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBBDC9 (or 0xBBBDC9) is known color: Lavender Grey. HEX triplet: BB, BD and C9. RGB value is (187,189,201). Sum of RGB (Red+Green+Blue) = 187+189+201=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBBDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDC9 is #444236. Grayscale: #BDBDBD. Windows color (decimal): -4473399 or 13221307. OLE color: 13221307.

HSL color Cylindrical-coordinate representation of color #BBBDC9: hue angle of 231.43º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBBDC9 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 189 201 -
CMYK 0.07 0.06 0 0.21
HSL 231.43º 0.11% 0.76% -
HSV(B) 231.43º 0.07% 0.79% -
XYZ 49.23 51.18 62.54 -
YUV 189.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 187 189 201 0.07 0.06 0 0.21 231.43 0.11 0.76
Hex BB BD C9 7 6 0 15 E7 B 4C
Octal 273 275 311 7 6 0 25 347 13 114
Binary 10111011 10111101 11001001 111 110 0 10101 11100111 1011 1001100

Color Harmonies of #BBBDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDC9

Black with #BBBDC9

Text Example


Text Example

White with #BBBDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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