Html Css Color HEX #B1B1CD Lavender Grey

📋 copy color: '#B1B1CD'

red 177 ◦ green 177 ◦ blue 205

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

Shades of Lavender Grey #B1B1CD

Tints of Lavender Grey #B1B1CD

RGB

 RED value IS 177 (69.53% from 255) = 31.66%

 GREEN value IS 177 (69.53% from 255) = 31.66%

 BLUE value IS 205 (80.47% from 255) = 36.67%

R = 31.66%
G = 31.66%
B = 36.67%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B1B1CD (or 0xB1B1CD) is known color: Lavender Grey. HEX triplet: B1, B1 and CD. RGB value is (177,177,205). Sum of RGB (Red+Green+Blue) = 177+177+205=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1B1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1B1CD is #4E4E32. Grayscale: #B4B4B4. Windows color (decimal): -5131827 or 13480369. OLE color: 13480369.

HSL color Cylindrical-coordinate representation of color #B1B1CD: hue angle of 240º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1B1CD is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 177 205 -
CMYK 0.14 0.14 0 0.20
HSL 240º 0.22% 0.75% -
HSV(B) 240º 0.14% 0.8% -
XYZ 44.87 45.2 64.12 -
YUV 180.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 177 177 205 0.14 0.14 0 0.20 240 0.22 0.75
Hex B1 B1 CD E E 0 14 F0 16 4B
Octal 261 261 315 16 16 0 24 360 26 113
Binary 10110001 10110001 11001101 1110 1110 0 10100 11110000 10110 1001011

Color Harmonies of #B1B1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B1CD

Black with #B1B1CD

Text Example


Text Example

White with #B1B1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B1CD; }

 p { color: rgb(177,177,205); }

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

background-color css

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

 a { background-color: rgb(177,177,205); }

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

border-color css

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

 span { border-color: rgb(177,177,205); }

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