Html Css Color HEX #B6BFCD Spindle

📋 copy color: '#B6BFCD'

red 182 ◦ green 191 ◦ blue 205

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

Shades of Spindle #B6BFCD

Tints of Spindle #B6BFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 33.04%

 BLUE value IS 205 (80.47% from 255) = 35.47%

R = 31.49%
G = 33.04%
B = 35.47%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B6BFCD (or 0xB6BFCD) is known color: Spindle. HEX triplet: B6, BF and CD. RGB value is (182,191,205). Sum of RGB (Red+Green+Blue) = 182+191+205=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BFCD is #494032. Grayscale: #BDBDBD. Windows color (decimal): -4800563 or 13483958. OLE color: 13483958.

HSL color Cylindrical-coordinate representation of color #B6BFCD: hue angle of 216.52º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6BFCD is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 191 205 -
CMYK 0.11 0.07 0 0.20
HSL 216.52º 0.19% 0.76% -
HSV(B) 216.52º 0.11% 0.8% -
XYZ 48.94 51.61 65.14 -
YUV 189.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 182 191 205 0.11 0.07 0 0.20 216.52 0.19 0.76
Hex B6 BF CD B 7 0 14 D9 13 4C
Octal 266 277 315 13 7 0 24 331 23 114
Binary 10110110 10111111 11001101 1011 111 0 10100 11011001 10011 1001100

Color Harmonies of #B6BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BFCD

Black with #B6BFCD

Text Example


Text Example

White with #B6BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BFCD; }

 p { color: rgb(182,191,205); }

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

background-color css

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

 a { background-color: rgb(182,191,205); }

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

border-color css

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

 span { border-color: rgb(182,191,205); }

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