Html Css Color HEX #B4BDCD Spindle

📋 copy color: '#B4BDCD'

red 180 ◦ green 189 ◦ blue 205

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

Shades of Spindle #B4BDCD

Tints of Spindle #B4BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.93%

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

R = 31.36%
G = 32.93%
B = 35.71%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B4BDCD (or 0xB4BDCD) is known color: Spindle. HEX triplet: B4, BD and CD. RGB value is (180,189,205). Sum of RGB (Red+Green+Blue) = 180+189+205=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDCD is #4B4232. Grayscale: #BCBCBC. Windows color (decimal): -4932147 or 13483444. OLE color: 13483444.

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

Color convert

RGB 180 189 205 -
CMYK 0.12 0.08 0 0.20
HSL 218.4º 0.2% 0.75% -
HSV(B) 218.4º 0.12% 0.8% -
XYZ 48.04 50.51 64.97 -
YUV 188.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 180 189 205 0.12 0.08 0 0.20 218.4 0.2 0.75
Hex B4 BD CD C 8 0 14 DA 14 4B
Octal 264 275 315 14 10 0 24 332 24 113
Binary 10110100 10111101 11001101 1100 1000 0 10100 11011010 10100 1001011

Color Harmonies of #B4BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BDCD

Black with #B4BDCD

Text Example


Text Example

White with #B4BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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