Html Css Color HEX #B4BFCD Spindle

📋 copy color: '#B4BFCD'

red 180 ◦ green 191 ◦ blue 205

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

Shades of Spindle #B4BFCD

Tints of Spindle #B4BFCD

RGB

 RED value IS 180 (70.7% from 255) = 31.25%

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

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

R = 31.25%
G = 33.16%
B = 35.59%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B4BFCD (or 0xB4BFCD) is known color: Spindle. HEX triplet: B4, BF and CD. RGB value is (180,191,205). Sum of RGB (Red+Green+Blue) = 180+191+205=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFCD is #4B4032. Grayscale: #BDBDBD. Windows color (decimal): -4931635 or 13483956. OLE color: 13483956.

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

Color convert

RGB 180 191 205 -
CMYK 0.12 0.07 0 0.20
HSL 213.6º 0.2% 0.75% -
HSV(B) 213.6º 0.12% 0.8% -
XYZ 48.47 51.37 65.12 -
YUV 189.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 180 191 205 0.12 0.07 0 0.20 213.6 0.2 0.75
Hex B4 BF CD C 7 0 14 D6 14 4B
Octal 264 277 315 14 7 0 24 326 24 113
Binary 10110100 10111111 11001101 1100 111 0 10100 11010110 10100 1001011

Color Harmonies of #B4BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BFCD

Black with #B4BFCD

Text Example


Text Example

White with #B4BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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