Html Css Color HEX #B1BCC8 Spindle

📋 copy color: '#B1BCC8'

red 177 ◦ green 188 ◦ blue 200

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

Shades of Spindle #B1BCC8

Tints of Spindle #B1BCC8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.27%

 BLUE value IS 200 (78.52% from 255) = 35.4%

R = 31.33%
G = 33.27%
B = 35.4%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B1BCC8 (or 0xB1BCC8) is known color: Spindle. HEX triplet: B1, BC and C8. RGB value is (177,188,200). Sum of RGB (Red+Green+Blue) = 177+188+200=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 200 - color contains mainly: blue. Hex color #B1BCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BCC8 is #4E4337. Grayscale: #BABABA. Windows color (decimal): -5129016 or 13155505. OLE color: 13155505.

HSL color Cylindrical-coordinate representation of color #B1BCC8: hue angle of 211.3º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1BCC8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 188 200 -
CMYK 0.12 0.06 0 0.22
HSL 211.3º 0.17% 0.74% -
HSV(B) 211.3º 0.12% 0.78% -
XYZ 46.54 49.48 61.74 -
YUV 186.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 177 188 200 0.12 0.06 0 0.22 211.3 0.17 0.74
Hex B1 BC C8 C 6 0 16 D3 11 4A
Octal 261 274 310 14 6 0 26 323 21 112
Binary 10110001 10111100 11001000 1100 110 0 10110 11010011 10001 1001010

Color Harmonies of #B1BCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BCC8

Black with #B1BCC8

Text Example


Text Example

White with #B1BCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BCC8; }

 p { color: rgb(177,188,200); }

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

background-color css

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

 a { background-color: rgb(177,188,200); }

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

border-color css

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

 span { border-color: rgb(177,188,200); }

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