Html Css Color HEX #B4B6CB Lavender Grey

📋 copy color: '#B4B6CB'

red 180 ◦ green 182 ◦ blue 203

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

Shades of Lavender Grey #B4B6CB

Tints of Lavender Grey #B4B6CB

RGB

 RED value IS 180 (70.7% from 255) = 31.86%

 GREEN value IS 182 (71.48% from 255) = 32.21%

 BLUE value IS 203 (79.69% from 255) = 35.93%

R = 31.86%
G = 32.21%
B = 35.93%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B4B6CB (or 0xB4B6CB) is known color: Lavender Grey. HEX triplet: B4, B6 and CB. RGB value is (180,182,203). Sum of RGB (Red+Green+Blue) = 180+182+203=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 182 (71.48% from 255 or 32.21% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #B4B6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B6CB is #4B4934. Grayscale: #B7B7B7. Windows color (decimal): -4933941 or 13350580. OLE color: 13350580.

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

Color convert

RGB 180 182 203 -
CMYK 0.11 0.10 0 0.20
HSL 234.78º 0.18% 0.75% -
HSV(B) 234.78º 0.11% 0.8% -
XYZ 46.33 47.47 63.22 -
YUV 183.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 180 182 203 0.11 0.10 0 0.20 234.78 0.18 0.75
Hex B4 B6 CB B A 0 14 EB 12 4B
Octal 264 266 313 13 12 0 24 353 22 113
Binary 10110100 10110110 11001011 1011 1010 0 10100 11101011 10010 1001011

Color Harmonies of #B4B6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B6CB

Black with #B4B6CB

Text Example


Text Example

White with #B4B6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B6CB; }

 p { color: rgb(180,182,203); }

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

background-color css

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

 a { background-color: rgb(180,182,203); }

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

border-color css

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

 span { border-color: rgb(180,182,203); }

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