Html Css Color HEX #B3BFCD Spindle

📋 copy color: '#B3BFCD'

red 179 ◦ green 191 ◦ blue 205

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

Shades of Spindle #B3BFCD

Tints of Spindle #B3BFCD

RGB

 RED value IS 179 (70.31% from 255) = 31.13%

 GREEN value IS 191 (75% from 255) = 33.22%

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

R = 31.13%
G = 33.22%
B = 35.65%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B3BFCD (or 0xB3BFCD) is known color: Spindle. HEX triplet: B3, BF and CD. RGB value is (179,191,205). Sum of RGB (Red+Green+Blue) = 179+191+205=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #B3BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BFCD is #4C4032. Grayscale: #BCBCBC. Windows color (decimal): -4997171 or 13483955. OLE color: 13483955.

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

Color convert

RGB 179 191 205 -
CMYK 0.13 0.07 0 0.20
HSL 212.31º 0.21% 0.75% -
HSV(B) 212.31º 0.13% 0.8% -
XYZ 48.24 51.25 65.11 -
YUV 189.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 179 191 205 0.13 0.07 0 0.20 212.31 0.21 0.75
Hex B3 BF CD D 7 0 14 D4 15 4B
Octal 263 277 315 15 7 0 24 324 25 113
Binary 10110011 10111111 11001101 1101 111 0 10100 11010100 10101 1001011

Color Harmonies of #B3BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BFCD

Black with #B3BFCD

Text Example


Text Example

White with #B3BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BFCD; }

 p { color: rgb(179,191,205); }

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

background-color css

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

 a { background-color: rgb(179,191,205); }

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

border-color css

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

 span { border-color: rgb(179,191,205); }

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