Html Css Color HEX #B1B1CE Lavender Grey

📋 copy color: '#B1B1CE'

red 177 ◦ green 177 ◦ blue 206

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

Shades of Lavender Grey #B1B1CE

Tints of Lavender Grey #B1B1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.79%

R = 31.61%
G = 31.61%
B = 36.79%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B1B1CE (or 0xB1B1CE) is known color: Lavender Grey. HEX triplet: B1, B1 and CE. RGB value is (177,177,206). Sum of RGB (Red+Green+Blue) = 177+177+206=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 177 (69.53% from 255 or 31.61% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #B1B1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1B1CE is #4E4E31. Grayscale: #B4B4B4. Windows color (decimal): -5131826 or 13545905. OLE color: 13545905.

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

Color convert

RGB 177 177 206 -
CMYK 0.14 0.14 0 0.19
HSL 240º 0.23% 0.75% -
HSV(B) 240º 0.14% 0.81% -
XYZ 44.99 45.25 64.75 -
YUV 180.31 142.5 125.64 -
System Red Green Blue C M Y K H S L
Decimal 177 177 206 0.14 0.14 0 0.19 240 0.23 0.75
Hex B1 B1 CE E E 0 13 F0 17 4B
Octal 261 261 316 16 16 0 23 360 27 113
Binary 10110001 10110001 11001110 1110 1110 0 10011 11110000 10111 1001011

Color Harmonies of #B1B1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B1CE

Black with #B1B1CE

Text Example


Text Example

White with #B1B1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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