Html Css Color HEX #B7BCD8 Lavender Grey

📋 copy color: '#B7BCD8'

red 183 ◦ green 188 ◦ blue 216

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

Shades of Lavender Grey #B7BCD8

Tints of Lavender Grey #B7BCD8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.03%

 BLUE value IS 216 (84.77% from 255) = 36.8%

R = 31.18%
G = 32.03%
B = 36.8%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B7BCD8 (or 0xB7BCD8) is known color: Lavender Grey. HEX triplet: B7, BC and D8. RGB value is (183,188,216). Sum of RGB (Red+Green+Blue) = 183+188+216=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 216 - color contains mainly: blue. Hex color #B7BCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCD8 is #484327. Grayscale: #BDBDBD. Windows color (decimal): -4735784 or 14204087. OLE color: 14204087.

HSL color Cylindrical-coordinate representation of color #B7BCD8: hue angle of 230.91º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7BCD8 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 188 216 -
CMYK 0.15 0.13 0 0.15
HSL 230.91º 0.3% 0.78% -
HSV(B) 230.91º 0.15% 0.85% -
XYZ 49.91 50.99 72.18 -
YUV 189.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 183 188 216 0.15 0.13 0 0.15 230.91 0.3 0.78
Hex B7 BC D8 F D 0 F E7 1E 4E
Octal 267 274 330 17 15 0 17 347 36 116
Binary 10110111 10111100 11011000 1111 1101 0 1111 11100111 11110 1001110

Color Harmonies of #B7BCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BCD8

Black with #B7BCD8

Text Example


Text Example

White with #B7BCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BCD8; }

 p { color: rgb(183,188,216); }

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

background-color css

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

 a { background-color: rgb(183,188,216); }

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

border-color css

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

 span { border-color: rgb(183,188,216); }

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