Html Css Color HEX #BBBDD6 Lavender Grey

📋 copy color: '#BBBDD6'

red 187 ◦ green 189 ◦ blue 214

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

Shades of Lavender Grey #BBBDD6

Tints of Lavender Grey #BBBDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.27%

R = 31.69%
G = 32.03%
B = 36.27%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBBDD6 (or 0xBBBDD6) is known color: Lavender Grey. HEX triplet: BB, BD and D6. RGB value is (187,189,214). Sum of RGB (Red+Green+Blue) = 187+189+214=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBBDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDD6 is #444229. Grayscale: #BFBFBF. Windows color (decimal): -4473386 or 14073275. OLE color: 14073275.

HSL color Cylindrical-coordinate representation of color #BBBDD6: hue angle of 235.56º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBBDD6 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 189 214 -
CMYK 0.13 0.12 0 0.16
HSL 235.56º 0.25% 0.79% -
HSV(B) 235.56º 0.13% 0.84% -
XYZ 50.83 51.82 70.94 -
YUV 191.25 140.84 124.97 -
System Red Green Blue C M Y K H S L
Decimal 187 189 214 0.13 0.12 0 0.16 235.56 0.25 0.79
Hex BB BD D6 D C 0 10 EC 19 4F
Octal 273 275 326 15 14 0 20 354 31 117
Binary 10111011 10111101 11010110 1101 1100 0 10000 11101100 11001 1001111

Color Harmonies of #BBBDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDD6

Black with #BBBDD6

Text Example


Text Example

White with #BBBDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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