Html Css Color HEX #B5B7CC Lavender Grey

📋 copy color: '#B5B7CC'

red 181 ◦ green 183 ◦ blue 204

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

Shades of Lavender Grey #B5B7CC

Tints of Lavender Grey #B5B7CC

RGB

 RED value IS 181 (71.09% from 255) = 31.87%

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

 BLUE value IS 204 (80.08% from 255) = 35.92%

R = 31.87%
G = 32.22%
B = 35.92%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B5B7CC (or 0xB5B7CC) is known color: Lavender Grey. HEX triplet: B5, B7 and CC. RGB value is (181,183,204). Sum of RGB (Red+Green+Blue) = 181+183+204=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #B5B7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B7CC is #4A4833. Grayscale: #B8B8B8. Windows color (decimal): -4868148 or 13416373. OLE color: 13416373.

HSL color Cylindrical-coordinate representation of color #B5B7CC: 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 #B5B7CC is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 183 204 -
CMYK 0.11 0.10 0 0.2
HSL 234.78º 0.18% 0.75% -
HSV(B) 234.78º 0.11% 0.8% -
XYZ 46.89 48.05 63.93 -
YUV 184.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 181 183 204 0.11 0.10 0 0.2 234.78 0.18 0.75
Hex B5 B7 CC B A 0 14 EB 12 4B
Octal 265 267 314 13 12 0 24 353 22 113
Binary 10110101 10110111 11001100 1011 1010 0 10100 11101011 10010 1001011

Color Harmonies of #B5B7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B7CC

Black with #B5B7CC

Text Example


Text Example

White with #B5B7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B7CC; }

 p { color: rgb(181,183,204); }

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

background-color css

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

 a { background-color: rgb(181,183,204); }

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

border-color css

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

 span { border-color: rgb(181,183,204); }

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