Html Css Color HEX #B1B0CF Lavender Grey

📋 copy color: '#B1B0CF'

red 177 ◦ green 176 ◦ blue 207

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

Shades of Lavender Grey #B1B0CF

Tints of Lavender Grey #B1B0CF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.43%

 BLUE value IS 207 (81.25% from 255) = 36.96%

R = 31.61%
G = 31.43%
B = 36.96%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B1B0CF (or 0xB1B0CF) is known color: Lavender Grey. HEX triplet: B1, B0 and CF. RGB value is (177,176,207). Sum of RGB (Red+Green+Blue) = 177+176+207=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1B0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1B0CF is #4E4F30. Grayscale: #B3B3B3. Windows color (decimal): -5132081 or 13611185. OLE color: 13611185.

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

Color convert

RGB 177 176 207 -
CMYK 0.14 0.15 0 0.19
HSL 241.94º 0.24% 0.75% -
HSV(B) 241.94º 0.15% 0.81% -
XYZ 44.92 44.9 65.33 -
YUV 179.83 143.33 125.98 -
System Red Green Blue C M Y K H S L
Decimal 177 176 207 0.14 0.15 0 0.19 241.94 0.24 0.75
Hex B1 B0 CF E F 0 13 F2 18 4B
Octal 261 260 317 16 17 0 23 362 30 113
Binary 10110001 10110000 11001111 1110 1111 0 10011 11110010 11000 1001011

Color Harmonies of #B1B0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B0CF

Black with #B1B0CF

Text Example


Text Example

White with #B1B0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B0CF; }

 p { color: rgb(177,176,207); }

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

background-color css

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

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

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

border-color css

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

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

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