Html Css Color HEX #B2B4CB Lavender Grey

📋 copy color: '#B2B4CB'

red 178 ◦ green 180 ◦ blue 203

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

Shades of Lavender Grey #B2B4CB

Tints of Lavender Grey #B2B4CB

RGB

 RED value IS 178 (69.92% from 255) = 31.73%

 GREEN value IS 180 (70.7% from 255) = 32.09%

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

R = 31.73%
G = 32.09%
B = 36.19%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B2B4CB (or 0xB2B4CB) is known color: Lavender Grey. HEX triplet: B2, B4 and CB. RGB value is (178,180,203). Sum of RGB (Red+Green+Blue) = 178+180+203=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #B2B4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B4CB is #4D4B34. Grayscale: #B5B5B5. Windows color (decimal): -5065525 or 13350066. OLE color: 13350066.

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

Color convert

RGB 178 180 203 -
CMYK 0.12 0.11 0 0.20
HSL 235.2º 0.19% 0.75% -
HSV(B) 235.2º 0.12% 0.8% -
XYZ 45.46 46.42 63.06 -
YUV 182.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 178 180 203 0.12 0.11 0 0.20 235.2 0.19 0.75
Hex B2 B4 CB C B 0 14 EB 13 4B
Octal 262 264 313 14 13 0 24 353 23 113
Binary 10110010 10110100 11001011 1100 1011 0 10100 11101011 10011 1001011

Color Harmonies of #B2B4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B4CB

Black with #B2B4CB

Text Example


Text Example

White with #B2B4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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