Html Css Color HEX #B1BBCF Spindle

📋 copy color: '#B1BBCF'

red 177 ◦ green 187 ◦ blue 207

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

Shades of Spindle #B1BBCF

Tints of Spindle #B1BBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.75%

 BLUE value IS 207 (81.25% from 255) = 36.25%

R = 31%
G = 32.75%
B = 36.25%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B1BBCF (or 0xB1BBCF) is known color: Spindle. HEX triplet: B1, BB and CF. RGB value is (177,187,207). Sum of RGB (Red+Green+Blue) = 177+187+207=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBCF is #4E4430. Grayscale: #BABABA. Windows color (decimal): -5129265 or 13614001. OLE color: 13614001.

HSL color Cylindrical-coordinate representation of color #B1BBCF: hue angle of 220º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1BBCF is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 187 207 -
CMYK 0.14 0.10 0 0.19
HSL 220º 0.24% 0.75% -
HSV(B) 220º 0.14% 0.81% -
XYZ 47.16 49.39 66.08 -
YUV 186.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 177 187 207 0.14 0.10 0 0.19 220 0.24 0.75
Hex B1 BB CF E A 0 13 DC 18 4B
Octal 261 273 317 16 12 0 23 334 30 113
Binary 10110001 10111011 11001111 1110 1010 0 10011 11011100 11000 1001011

Color Harmonies of #B1BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BBCF

Black with #B1BBCF

Text Example


Text Example

White with #B1BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BBCF; }

 p { color: rgb(177,187,207); }

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

background-color css

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

 a { background-color: rgb(177,187,207); }

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

border-color css

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

 span { border-color: rgb(177,187,207); }

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