Html Css Color HEX #BBBFDC Lavender Grey

📋 copy color: '#BBBFDC'

red 187 ◦ green 191 ◦ blue 220

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

Shades of Lavender Grey #BBBFDC

Tints of Lavender Grey #BBBFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 31.94%

 BLUE value IS 220 (86.33% from 255) = 36.79%

R = 31.27%
G = 31.94%
B = 36.79%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBBFDC (or 0xBBBFDC) is known color: Lavender Grey. HEX triplet: BB, BF and DC. RGB value is (187,191,220). Sum of RGB (Red+Green+Blue) = 187+191+220=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFDC is #444023. Grayscale: #C0C0C0. Windows color (decimal): -4472868 or 14467003. OLE color: 14467003.

HSL color Cylindrical-coordinate representation of color #BBBFDC: hue angle of 232.73º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBBFDC is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 191 220 -
CMYK 0.15 0.13 0 0.14
HSL 232.73º 0.32% 0.8% -
HSV(B) 232.73º 0.15% 0.86% -
XYZ 52.04 52.99 75.2 -
YUV 193.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 187 191 220 0.15 0.13 0 0.14 232.73 0.32 0.8
Hex BB BF DC F D 0 E E9 20 50
Octal 273 277 334 17 15 0 16 351 40 120
Binary 10111011 10111111 11011100 1111 1101 0 1110 11101001 100000 1010000

Color Harmonies of #BBBFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBFDC

Black with #BBBFDC

Text Example


Text Example

White with #BBBFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBFDC; }

 p { color: rgb(187,191,220); }

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

background-color css

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

 a { background-color: rgb(187,191,220); }

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

border-color css

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

 span { border-color: rgb(187,191,220); }

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