Html Css Color HEX #B1BDCD Spindle

📋 copy color: '#B1BDCD'

red 177 ◦ green 189 ◦ blue 205

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

Shades of Spindle #B1BDCD

Tints of Spindle #B1BDCD

RGB

 RED value IS 177 (69.53% from 255) = 31%

 GREEN value IS 189 (74.22% from 255) = 33.1%

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

R = 31%
G = 33.1%
B = 35.9%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B1BDCD (or 0xB1BDCD) is known color: Spindle. HEX triplet: B1, BD and CD. RGB value is (177,189,205). Sum of RGB (Red+Green+Blue) = 177+189+205=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1BDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDCD is #4E4232. Grayscale: #BBBBBB. Windows color (decimal): -5128755 or 13483441. OLE color: 13483441.

HSL color Cylindrical-coordinate representation of color #B1BDCD: hue angle of 214.29º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1BDCD is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 189 205 -
CMYK 0.14 0.08 0 0.20
HSL 214.29º 0.22% 0.75% -
HSV(B) 214.29º 0.14% 0.8% -
XYZ 47.35 50.15 64.94 -
YUV 187.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 177 189 205 0.14 0.08 0 0.20 214.29 0.22 0.75
Hex B1 BD CD E 8 0 14 D6 16 4B
Octal 261 275 315 16 10 0 24 326 26 113
Binary 10110001 10111101 11001101 1110 1000 0 10100 11010110 10110 1001011

Color Harmonies of #B1BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BDCD

Black with #B1BDCD

Text Example


Text Example

White with #B1BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BDCD; }

 p { color: rgb(177,189,205); }

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

background-color css

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

 a { background-color: rgb(177,189,205); }

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

border-color css

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

 span { border-color: rgb(177,189,205); }

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