Html Css Color HEX #B6C1CB Spindle

📋 copy color: '#B6C1CB'

red 182 ◦ green 193 ◦ blue 203

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

Shades of Spindle #B6C1CB

Tints of Spindle #B6C1CB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.39%

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

R = 31.49%
G = 33.39%
B = 35.12%

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

#B6C1CB (or 0xB6C1CB) is known color: Spindle. HEX triplet: B6, C1 and CB. RGB value is (182,193,203). Sum of RGB (Red+Green+Blue) = 182+193+203=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 203 - color contains mainly: blue. Hex color #B6C1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C1CB is #493E34. Grayscale: #BEBEBE. Windows color (decimal): -4800053 or 13353398. OLE color: 13353398.

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

Color convert

RGB 182 193 203 -
CMYK 0.10 0.05 0 0.20
HSL 208.57º 0.17% 0.75% -
HSV(B) 208.57º 0.1% 0.8% -
XYZ 49.14 52.4 64.02 -
YUV 190.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 182 193 203 0.10 0.05 0 0.20 208.57 0.17 0.75
Hex B6 C1 CB A 5 0 14 D1 11 4B
Octal 266 301 313 12 5 0 24 321 21 113
Binary 10110110 11000001 11001011 1010 101 0 10100 11010001 10001 1001011

Color Harmonies of #B6C1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C1CB

Black with #B6C1CB

Text Example


Text Example

White with #B6C1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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