Html Css Color HEX #B7BBCF Lavender Grey

📋 copy color: '#B7BBCF'

red 183 ◦ green 187 ◦ blue 207

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

Shades of Lavender Grey #B7BBCF

Tints of Lavender Grey #B7BBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.88%

R = 31.72%
G = 32.41%
B = 35.88%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B7BBCF (or 0xB7BBCF) is known color: Lavender Grey. HEX triplet: B7, BB and CF. RGB value is (183,187,207). Sum of RGB (Red+Green+Blue) = 183+187+207=577 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.72% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBCF is #484430. Grayscale: #BCBCBC. Windows color (decimal): -4736049 or 13614007. OLE color: 13614007.

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

Color convert

RGB 183 187 207 -
CMYK 0.12 0.10 0 0.19
HSL 230º 0.2% 0.76% -
HSV(B) 230º 0.12% 0.81% -
XYZ 48.56 50.11 66.14 -
YUV 188.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 183 187 207 0.12 0.10 0 0.19 230 0.2 0.76
Hex B7 BB CF C A 0 13 E6 14 4C
Octal 267 273 317 14 12 0 23 346 24 114
Binary 10110111 10111011 11001111 1100 1010 0 10011 11100110 10100 1001100

Color Harmonies of #B7BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BBCF

Black with #B7BBCF

Text Example


Text Example

White with #B7BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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