Html Css Color HEX #B7BBD0 Lavender Grey

📋 copy color: '#B7BBD0'

red 183 ◦ green 187 ◦ blue 208

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

Shades of Lavender Grey #B7BBD0

Tints of Lavender Grey #B7BBD0

RGB

 RED value IS 183 (71.88% from 255) = 31.66%

 GREEN value IS 187 (73.44% from 255) = 32.35%

 BLUE value IS 208 (81.64% from 255) = 35.99%

R = 31.66%
G = 32.35%
B = 35.99%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B7BBD0 (or 0xB7BBD0) is known color: Lavender Grey. HEX triplet: B7, BB and D0. RGB value is (183,187,208). Sum of RGB (Red+Green+Blue) = 183+187+208=578 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.66% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 208 - color contains mainly: blue. Hex color #B7BBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBD0 is #48442F. Grayscale: #BCBCBC. Windows color (decimal): -4736048 or 13679543. OLE color: 13679543.

HSL color Cylindrical-coordinate representation of color #B7BBD0: hue angle of 230.4º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7BBD0 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 187 208 -
CMYK 0.12 0.10 0 0.18
HSL 230.4º 0.21% 0.77% -
HSV(B) 230.4º 0.12% 0.82% -
XYZ 48.68 50.16 66.79 -
YUV 188.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 183 187 208 0.12 0.10 0 0.18 230.4 0.21 0.77
Hex B7 BB D0 C A 0 12 E6 15 4D
Octal 267 273 320 14 12 0 22 346 25 115
Binary 10110111 10111011 11010000 1100 1010 0 10010 11100110 10101 1001101

Color Harmonies of #B7BBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BBD0

Black with #B7BBD0

Text Example


Text Example

White with #B7BBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BBD0; }

 p { color: rgb(183,187,208); }

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

background-color css

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

 a { background-color: rgb(183,187,208); }

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

border-color css

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

 span { border-color: rgb(183,187,208); }

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