Html Css Color HEX #B7BCD4 Lavender Grey

📋 copy color: '#B7BCD4'

red 183 ◦ green 188 ◦ blue 212

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

Shades of Lavender Grey #B7BCD4

Tints of Lavender Grey #B7BCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.36%

R = 31.39%
G = 32.25%
B = 36.36%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B7BCD4 (or 0xB7BCD4) is known color: Lavender Grey. HEX triplet: B7, BC and D4. RGB value is (183,188,212). Sum of RGB (Red+Green+Blue) = 183+188+212=583 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.39% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 212 - color contains mainly: blue. Hex color #B7BCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCD4 is #48432B. Grayscale: #BDBDBD. Windows color (decimal): -4735788 or 13941943. OLE color: 13941943.

HSL color Cylindrical-coordinate representation of color #B7BCD4: hue angle of 229.66º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7BCD4 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 183 188 212 -
CMYK 0.14 0.11 0 0.17
HSL 229.66º 0.25% 0.77% -
HSV(B) 229.66º 0.14% 0.83% -
XYZ 49.4 50.79 69.49 -
YUV 189.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 183 188 212 0.14 0.11 0 0.17 229.66 0.25 0.77
Hex B7 BC D4 E B 0 11 E6 19 4D
Octal 267 274 324 16 13 0 21 346 31 115
Binary 10110111 10111100 11010100 1110 1011 0 10001 11100110 11001 1001101

Color Harmonies of #B7BCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BCD4

Black with #B7BCD4

Text Example


Text Example

White with #B7BCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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