Html Css Color HEX #B8BDCD Spindle

📋 copy color: '#B8BDCD'

red 184 ◦ green 189 ◦ blue 205

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

Shades of Spindle #B8BDCD

Tints of Spindle #B8BDCD

RGB

 RED value IS 184 (72.27% from 255) = 31.83%

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

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

R = 31.83%
G = 32.7%
B = 35.47%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B8BDCD (or 0xB8BDCD) is known color: Spindle. HEX triplet: B8, BD and CD. RGB value is (184,189,205). Sum of RGB (Red+Green+Blue) = 184+189+205=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #B8BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BDCD is #474232. Grayscale: #BDBDBD. Windows color (decimal): -4670003 or 13483448. OLE color: 13483448.

HSL color Cylindrical-coordinate representation of color #B8BDCD: hue angle of 225.71º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8BDCD is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 189 205 -
CMYK 0.10 0.08 0 0.20
HSL 225.71º 0.17% 0.76% -
HSV(B) 225.71º 0.1% 0.8% -
XYZ 48.98 50.99 65.02 -
YUV 189.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 184 189 205 0.10 0.08 0 0.20 225.71 0.17 0.76
Hex B8 BD CD A 8 0 14 E2 11 4C
Octal 270 275 315 12 10 0 24 342 21 114
Binary 10111000 10111101 11001101 1010 1000 0 10100 11100010 10001 1001100

Color Harmonies of #B8BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BDCD

Black with #B8BDCD

Text Example


Text Example

White with #B8BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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