Html Css Color HEX #B6C0CD Spindle

📋 copy color: '#B6C0CD'

red 182 ◦ green 192 ◦ blue 205

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

Shades of Spindle #B6C0CD

Tints of Spindle #B6C0CD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.16%

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

R = 31.43%
G = 33.16%
B = 35.41%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B6C0CD (or 0xB6C0CD) is known color: Spindle. HEX triplet: B6, C0 and CD. RGB value is (182,192,205). Sum of RGB (Red+Green+Blue) = 182+192+205=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6C0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C0CD is #493F32. Grayscale: #BEBEBE. Windows color (decimal): -4800307 or 13484214. OLE color: 13484214.

HSL color Cylindrical-coordinate representation of color #B6C0CD: hue angle of 213.91º 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 #B6C0CD is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 192 205 -
CMYK 0.11 0.06 0 0.20
HSL 213.91º 0.19% 0.76% -
HSV(B) 213.91º 0.11% 0.8% -
XYZ 49.16 52.05 65.21 -
YUV 190.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 182 192 205 0.11 0.06 0 0.20 213.91 0.19 0.76
Hex B6 C0 CD B 6 0 14 D6 13 4C
Octal 266 300 315 13 6 0 24 326 23 114
Binary 10110110 11000000 11001101 1011 110 0 10100 11010110 10011 1001100

Color Harmonies of #B6C0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C0CD

Black with #B6C0CD

Text Example


Text Example

White with #B6C0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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