Html Css Color HEX #B1B2D8 Lavender Grey

📋 copy color: '#B1B2D8'

red 177 ◦ green 178 ◦ blue 216

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

Shades of Lavender Grey #B1B2D8

Tints of Lavender Grey #B1B2D8

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.17%

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

R = 31%
G = 31.17%
B = 37.83%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B1B2D8 (or 0xB1B2D8) is known color: Lavender Grey. HEX triplet: B1, B2 and D8. RGB value is (177,178,216). Sum of RGB (Red+Green+Blue) = 177+178+216=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #B1B2D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1B2D8 is #4E4D27. Grayscale: #B5B5B5. Windows color (decimal): -5131560 or 14201521. OLE color: 14201521.

HSL color Cylindrical-coordinate representation of color #B1B2D8: hue angle of 238.46º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1B2D8 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 178 216 -
CMYK 0.18 0.18 0 0.15
HSL 238.46º 0.33% 0.77% -
HSV(B) 238.46º 0.18% 0.85% -
XYZ 46.45 46.15 71.42 -
YUV 182.03 147.17 124.41 -
System Red Green Blue C M Y K H S L
Decimal 177 178 216 0.18 0.18 0 0.15 238.46 0.33 0.77
Hex B1 B2 D8 12 12 0 F EE 21 4D
Octal 261 262 330 22 22 0 17 356 41 115
Binary 10110001 10110010 11011000 10010 10010 0 1111 11101110 100001 1001101

Color Harmonies of #B1B2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B2D8

Black with #B1B2D8

Text Example


Text Example

White with #B1B2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B2D8; }

 p { color: rgb(177,178,216); }

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

background-color css

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

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

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

border-color css

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

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

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