Html Css Color HEX #B1BCCC Spindle

📋 copy color: '#B1BCCC'

red 177 ◦ green 188 ◦ blue 204

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

Shades of Spindle #B1BCCC

Tints of Spindle #B1BCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.85%

R = 31.11%
G = 33.04%
B = 35.85%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B1BCCC (or 0xB1BCCC) is known color: Spindle. HEX triplet: B1, BC and CC. RGB value is (177,188,204). Sum of RGB (Red+Green+Blue) = 177+188+204=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #B1BCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BCCC is #4E4333. Grayscale: #BABABA. Windows color (decimal): -5129012 or 13417649. OLE color: 13417649.

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

Color convert

RGB 177 188 204 -
CMYK 0.13 0.08 0 0.2
HSL 215.56º 0.21% 0.75% -
HSV(B) 215.56º 0.13% 0.8% -
XYZ 47.01 49.67 64.24 -
YUV 186.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 177 188 204 0.13 0.08 0 0.2 215.56 0.21 0.75
Hex B1 BC CC D 8 0 14 D8 15 4B
Octal 261 274 314 15 10 0 24 330 25 113
Binary 10110001 10111100 11001100 1101 1000 0 10100 11011000 10101 1001011

Color Harmonies of #B1BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BCCC

Black with #B1BCCC

Text Example


Text Example

White with #B1BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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