Html Css Color HEX #B6BFD6 Spindle

📋 copy color: '#B6BFD6'

red 182 ◦ green 191 ◦ blue 214

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

Shades of Spindle #B6BFD6

Tints of Spindle #B6BFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.46%

R = 31.01%
G = 32.54%
B = 36.46%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B6BFD6 (or 0xB6BFD6) is known color: Spindle. HEX triplet: B6, BF and D6. RGB value is (182,191,214). Sum of RGB (Red+Green+Blue) = 182+191+214=587 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.01% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 214 - color contains mainly: blue. Hex color #B6BFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BFD6 is #494029. Grayscale: #BEBEBE. Windows color (decimal): -4800554 or 14073782. OLE color: 14073782.

HSL color Cylindrical-coordinate representation of color #B6BFD6: hue angle of 223.12º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6BFD6 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 191 214 -
CMYK 0.15 0.11 0 0.16
HSL 223.13º 0.28% 0.78% -
HSV(B) 223.13º 0.15% 0.84% -
XYZ 50.06 52.06 71.03 -
YUV 190.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 182 191 214 0.15 0.11 0 0.16 223.13 0.28 0.78
Hex B6 BF D6 F B 0 10 DF 1C 4E
Octal 266 277 326 17 13 0 20 337 34 116
Binary 10110110 10111111 11010110 1111 1011 0 10000 11011111 11100 1001110

Color Harmonies of #B6BFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BFD6

Black with #B6BFD6

Text Example


Text Example

White with #B6BFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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