Html Css Color HEX #B6B9CF Lavender Grey

📋 copy color: '#B6B9CF'

red 182 ◦ green 185 ◦ blue 207

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

Shades of Lavender Grey #B6B9CF

Tints of Lavender Grey #B6B9CF

RGB

 RED value IS 182 (71.48% from 255) = 31.71%

 GREEN value IS 185 (72.66% from 255) = 32.23%

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

R = 31.71%
G = 32.23%
B = 36.06%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B6B9CF (or 0xB6B9CF) is known color: Lavender Grey. HEX triplet: B6, B9 and CF. RGB value is (182,185,207). Sum of RGB (Red+Green+Blue) = 182+185+207=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #B6B9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B9CF is #494630. Grayscale: #BABABA. Windows color (decimal): -4802097 or 13613494. OLE color: 13613494.

HSL color Cylindrical-coordinate representation of color #B6B9CF: hue angle of 232.8º degrees, saturation: 0.21, 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 #B6B9CF is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 185 207 -
CMYK 0.12 0.11 0 0.19
HSL 232.8º 0.21% 0.76% -
HSV(B) 232.8º 0.12% 0.81% -
XYZ 47.9 49.15 65.99 -
YUV 186.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 182 185 207 0.12 0.11 0 0.19 232.8 0.21 0.76
Hex B6 B9 CF C B 0 13 E9 15 4C
Octal 266 271 317 14 13 0 23 351 25 114
Binary 10110110 10111001 11001111 1100 1011 0 10011 11101001 10101 1001100

Color Harmonies of #B6B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B9CF

Black with #B6B9CF

Text Example


Text Example

White with #B6B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B9CF; }

 p { color: rgb(182,185,207); }

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

background-color css

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

 a { background-color: rgb(182,185,207); }

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

border-color css

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

 span { border-color: rgb(182,185,207); }

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