Html Css Color HEX #B4B7CE Lavender Grey

📋 copy color: '#B4B7CE'

red 180 ◦ green 183 ◦ blue 206

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

Shades of Lavender Grey #B4B7CE

Tints of Lavender Grey #B4B7CE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.16%

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

R = 31.63%
G = 32.16%
B = 36.2%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B4B7CE (or 0xB4B7CE) is known color: Lavender Grey. HEX triplet: B4, B7 and CE. RGB value is (180,183,206). Sum of RGB (Red+Green+Blue) = 180+183+206=569 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.63% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4B7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B7CE is #4B4831. Grayscale: #B8B8B8. Windows color (decimal): -4933682 or 13547444. OLE color: 13547444.

HSL color Cylindrical-coordinate representation of color #B4B7CE: hue angle of 233.08º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4B7CE is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 183 206 -
CMYK 0.13 0.11 0 0.19
HSL 233.08º 0.21% 0.76% -
HSV(B) 233.08º 0.13% 0.81% -
XYZ 46.9 48.03 65.19 -
YUV 184.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 180 183 206 0.13 0.11 0 0.19 233.08 0.21 0.76
Hex B4 B7 CE D B 0 13 E9 15 4C
Octal 264 267 316 15 13 0 23 351 25 114
Binary 10110100 10110111 11001110 1101 1011 0 10011 11101001 10101 1001100

Color Harmonies of #B4B7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B7CE

Black with #B4B7CE

Text Example


Text Example

White with #B4B7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B7CE; }

 p { color: rgb(180,183,206); }

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

background-color css

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

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

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

border-color css

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

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

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