Html Css Color HEX #B6C0CB Spindle

📋 copy color: '#B6C0CB'

red 182 ◦ green 192 ◦ blue 203

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

Shades of Spindle #B6C0CB

Tints of Spindle #B6C0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.18%

R = 31.54%
G = 33.28%
B = 35.18%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B6C0CB (or 0xB6C0CB) is known color: Spindle. HEX triplet: B6, C0 and CB. RGB value is (182,192,203). Sum of RGB (Red+Green+Blue) = 182+192+203=577 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.54% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: blue. Hex color #B6C0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C0CB is #493F34. Grayscale: #BEBEBE. Windows color (decimal): -4800309 or 13353142. OLE color: 13353142.

HSL color Cylindrical-coordinate representation of color #B6C0CB: hue angle of 211.43º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6C0CB is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 192 203 -
CMYK 0.10 0.05 0 0.20
HSL 211.43º 0.17% 0.75% -
HSV(B) 211.43º 0.1% 0.8% -
XYZ 48.92 51.96 63.95 -
YUV 190.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 182 192 203 0.10 0.05 0 0.20 211.43 0.17 0.75
Hex B6 C0 CB A 5 0 14 D3 11 4B
Octal 266 300 313 12 5 0 24 323 21 113
Binary 10110110 11000000 11001011 1010 101 0 10100 11010011 10001 1001011

Color Harmonies of #B6C0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C0CB

Black with #B6C0CB

Text Example


Text Example

White with #B6C0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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