Html Css Color HEX #BBBDD8 Lavender Grey

📋 copy color: '#BBBDD8'

red 187 ◦ green 189 ◦ blue 216

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

Shades of Lavender Grey #BBBDD8

Tints of Lavender Grey #BBBDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.49%

R = 31.59%
G = 31.93%
B = 36.49%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBBDD8 (or 0xBBBDD8) is known color: Lavender Grey. HEX triplet: BB, BD and D8. RGB value is (187,189,216). Sum of RGB (Red+Green+Blue) = 187+189+216=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBBDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDD8 is #444227. Grayscale: #BFBFBF. Windows color (decimal): -4473384 or 14204347. OLE color: 14204347.

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

Color convert

RGB 187 189 216 -
CMYK 0.13 0.12 0 0.15
HSL 235.86º 0.27% 0.79% -
HSV(B) 235.86º 0.13% 0.85% -
XYZ 51.09 51.92 72.29 -
YUV 191.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 187 189 216 0.13 0.12 0 0.15 235.86 0.27 0.79
Hex BB BD D8 D C 0 F EC 1B 4F
Octal 273 275 330 15 14 0 17 354 33 117
Binary 10111011 10111101 11011000 1101 1100 0 1111 11101100 11011 1001111

Color Harmonies of #BBBDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDD8

Black with #BBBDD8

Text Example


Text Example

White with #BBBDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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